#2CCB26

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

Shades of Lime Green #2CCB26

Tints of Lime Green #2CCB26

Color information

#2CCB26 (or 0x2CCB26) is unknown color: approx Lime Green. HEX triplet: 2C, CB and 26. RGB value is (44,203,38). Sum of RGB (Red+Green+Blue) = 44+203+38=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 203 (79.69% from 255 or 71.23% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCB26 is #D334D9. Grayscale: #898989. Windows color (decimal): -13841626 or 2542380. OLE color: 2542380.

HSL color Cylindrical-coordinate representation of color #2CCB26: hue angle of 117.82º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CCB26 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB4420338-
CMYK0.7800.810.20
HSL117.82º68.46%47.25%-
HSV(B)117.82º81.28%79.61%-
XYZ22.7443.399.01-
YUV136.6572.3261.92-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.44%
GREEN value IS 203 (79.69% from 255) = 71.23%
BLUE value IS 38 (15.23% from 255) = 13.33%
R=15.44%
G=71.23%
B=13.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal44203380.7800.810.20117.8268.4647.25
Hex2CCB264E0511476442f
Octal543134611601212416610457
Binary101100110010111001101001110010100011010011101101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,203,38); }

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

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

 a { background-color: rgb(44,203,38); }

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

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

 span { border-color: rgb(44,203,38); }

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