#2CC434

Color #2CC434 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2CC434

Tints of Lime Green #2CC434

Color information

#2CC434 (or 0x2CC434) is unknown color: approx Lime Green. HEX triplet: 2C, C4 and 34. RGB value is (44,196,52). Sum of RGB (Red+Green+Blue) = 44+196+52=292 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.07% from 292); Green value is 196 (76.95% from 255 or 67.12% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 196 - color contains mainly: green. Hex color #2CC434 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC434 is #D33BCB. Grayscale: #868686. Windows color (decimal): -13843404 or 3458092. OLE color: 3458092.

HSL color Cylindrical-coordinate representation of color #2CC434: hue angle of 123.16º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC434 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB4419652-
CMYK0.7800.730.23
HSL123.16º63.33%47.06%-
HSV(B)123.16º77.55%76.86%-
XYZ21.440.269.89-
YUV134.1481.6463.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 15.07%
GREEN value IS 196 (76.95% from 255) = 67.12%
BLUE value IS 52 (20.70% from 255) = 17.81%
R=15.07%
G=67.12%
B=17.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal44196520.7800.730.23123.1663.3347.06
Hex2CC4344E049177b3f2f
Octal54304641160111271737757
Binary10110011000100110100100111001001001101111111011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CC434; }

 p { color: rgb(44,196,52); }

 H1.HeaderClassName
 {
   color: #2CC434;
 }
 .AnyTagClassName
 {
   color: #2CC434;
 }
</style>
background-color css

<style>
 a { background-color: #2CC434; }

 a { background-color: rgb(44,196,52); }

 div.DivClassName
 {
   background-color: #2CC434;
 }
 .BgClassName
 {
   background-color: #2CC434;
 }
</style>
border-color css

<style>
 span { border-color: #2CC434; }

 span { border-color: rgb(44,196,52); }

 td.TdClassName
 {
   border-color: #2CC434;
 }
 .TagClassName
 {
   border-color: #2CC434;
 }
</style>