Html Css Color HEX #2CBB40 Lime Green

📋 copy color: '#2CBB40'

red 44 ◦ green 187 ◦ blue 64

#2CBB40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2CBB40

Tints of Lime Green #2CBB40

RGB

 RED value IS 44 (17.58% from 255) = 14.92%

 GREEN value IS 187 (73.44% from 255) = 63.39%

 BLUE value IS 64 (25.39% from 255) = 21.69%

R = 14.92%
G = 63.39%
B = 21.69%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#2CBB40 (or 0x2CBB40) is known color: Lime Green. HEX triplet: 2C, BB and 40. RGB value is (44,187,64). Sum of RGB (Red+Green+Blue) = 44+187+64=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 187 (73.44% from 255 or 63.39% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 187 - color contains mainly: green. Hex color #2CBB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBB40 is #D344BF. Grayscale: #828282. Windows color (decimal): -13845696 or 4242220. OLE color: 4242220.

HSL color Cylindrical-coordinate representation of color #2CBB40: hue angle of 128.39º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CBB40 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 187 64 -
CMYK 0.76 0 0.66 0.27
HSL 128.39º 0.62% 0.45% -
HSV(B) 128.39º 0.76% 0.73% -
XYZ 19.73 36.45 10.85 -
YUV 130.22 90.62 66.5 -
System Red Green Blue C M Y K H S L
Decimal 44 187 64 0.76 0 0.66 0.27 128.39 0.62 0.45
Hex 2C BB 40 4C 0 42 1B 80 3E 2D
Octal 54 273 100 114 0 102 33 200 76 55
Binary 101100 10111011 1000000 1001100 0 1000010 11011 10000000 111110 101101

Color Harmonies of #2CBB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBB40

Black with #2CBB40

Text Example


Text Example

White with #2CBB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,187,64); }

 H1.HeaderClassName
 {
   color: #2CBB40;
 }
 .AnyTagClassName
 {
   color: #2CBB40;
 }
</style>

background-color css

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

 a { background-color: rgb(44,187,64); }

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

border-color css

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

 span { border-color: rgb(44,187,64); }

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