#2CBC26

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

Shades of Lime Green #2CBC26

Tints of Lime Green #2CBC26

Color information

#2CBC26 (or 0x2CBC26) is unknown color: approx Lime Green. HEX triplet: 2C, BC and 26. RGB value is (44,188,38). Sum of RGB (Red+Green+Blue) = 44+188+38=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 188 (73.83% from 255 or 69.63% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBC26 is #D343D9. Grayscale: #808080. Windows color (decimal): -13845466 or 2538540. OLE color: 2538540.

HSL color Cylindrical-coordinate representation of color #2CBC26: hue angle of 117.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CBC26 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB4418838-
CMYK0.7700.800.26
HSL117.6º66.37%44.31%-
HSV(B)117.6º79.79%73.73%-
XYZ19.3736.647.89-
YUV127.8477.2968.2-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.30%
GREEN value IS 188 (73.83% from 255) = 69.63%
BLUE value IS 38 (15.23% from 255) = 14.07%
R=16.30%
G=69.63%
B=14.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal44188380.7700.800.26117.666.3744.31
Hex2CBC264D0501A76422c
Octal542744611501203216610254
Binary101100101111001001101001101010100001101011101101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBC26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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