Html Css Color HEX #2CBF40 Lime Green

📋 copy color: '#2CBF40'

red 44 ◦ green 191 ◦ blue 64

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

Shades of Lime Green #2CBF40

Tints of Lime Green #2CBF40

RGB

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

 GREEN value IS 191 (75% from 255) = 63.88%

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

R = 14.72%
G = 63.88%
B = 21.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#2CBF40 (or 0x2CBF40) is known color: Lime Green. HEX triplet: 2C, BF and 40. RGB value is (44,191,64). Sum of RGB (Red+Green+Blue) = 44+191+64=299 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.72% from 299); Green value is 191 (75% from 255 or 63.88% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBF40 is #D340BF. Grayscale: #848484. Windows color (decimal): -13844672 or 4243244. OLE color: 4243244.

HSL color Cylindrical-coordinate representation of color #2CBF40: hue angle of 128.16º degrees, saturation: 0.63, 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 #2CBF40 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 191 64 -
CMYK 0.77 0 0.66 0.25
HSL 128.16º 0.63% 0.46% -
HSV(B) 128.16º 0.77% 0.75% -
XYZ 20.59 38.17 11.13 -
YUV 132.57 89.3 64.83 -
System Red Green Blue C M Y K H S L
Decimal 44 191 64 0.77 0 0.66 0.25 128.16 0.63 0.46
Hex 2C BF 40 4D 0 42 19 80 3F 2E
Octal 54 277 100 115 0 102 31 200 77 56
Binary 101100 10111111 1000000 1001101 0 1000010 11001 10000000 111111 101110

Color Harmonies of #2CBF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF40

Black with #2CBF40

Text Example


Text Example

White with #2CBF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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