#2CCB20

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

Shades of Lime Green #2CCB20

Tints of Lime Green #2CCB20

Color information

#2CCB20 (or 0x2CCB20) is unknown color: approx Lime Green. HEX triplet: 2C, CB and 20. RGB value is (44,203,32). Sum of RGB (Red+Green+Blue) = 44+203+32=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 203 (79.69% from 255 or 72.76% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCB20 is #D334DF. Grayscale: #888888. Windows color (decimal): -13841632 or 2149164. OLE color: 2149164.

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

Color convert

RGB4420332-
CMYK0.7800.840.20
HSL115.79º72.77%46.08%-
HSV(B)115.79º84.24%79.61%-
XYZ22.6643.358.54-
YUV135.9669.3262.4-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.77%
GREEN value IS 203 (79.69% from 255) = 72.76%
BLUE value IS 32 (12.89% from 255) = 11.47%
R=15.77%
G=72.76%
B=11.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal44203320.7800.840.20115.7972.7746.08
Hex2CCB204E0541474492e
Octal543134011601242416411156
Binary101100110010111000001001110010101001010011101001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCB20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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