#2CBE3C

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

Shades of Lime Green #2CBE3C

Tints of Lime Green #2CBE3C

Color information

#2CBE3C (or 0x2CBE3C) is unknown color: approx Lime Green. HEX triplet: 2C, BE and 3C. RGB value is (44,190,60). Sum of RGB (Red+Green+Blue) = 44+190+60=294 (38% of max value = 765). Red value is 44 (17.58% from 255 or 14.97% from 294); Green value is 190 (74.61% from 255 or 64.63% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBE3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBE3C is #D341C3. Grayscale: #838383. Windows color (decimal): -13844932 or 3980844. OLE color: 3980844.

HSL color Cylindrical-coordinate representation of color #2CBE3C: hue angle of 126.58º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBE3C is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB4419060-
CMYK0.7700.680.25
HSL126.58º62.39%45.88%-
HSV(B)126.58º76.84%74.51%-
XYZ20.2737.6910.48-
YUV131.5387.6365.57-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.97%
GREEN value IS 190 (74.61% from 255) = 64.63%
BLUE value IS 60 (23.83% from 255) = 20.41%
R=14.97%
G=64.63%
B=20.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal44190600.7700.680.25126.5862.3945.88
Hex2CBE3C4D044197f3e2e
Octal54276741150104311777656
Binary10110010111110111100100110101000100110011111111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,190,60); }

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

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

 a { background-color: rgb(44,190,60); }

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

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

 span { border-color: rgb(44,190,60); }

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