Html Css Color HEX #2CBF24 Lime Green

📋 copy color: '#2CBF24'

red 44 ◦ green 191 ◦ blue 36

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

Shades of Lime Green #2CBF24

Tints of Lime Green #2CBF24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.28%

R = 16.24%
G = 70.48%
B = 13.28%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#2CBF24 (or 0x2CBF24) is known color: Lime Green. HEX triplet: 2C, BF and 24. RGB value is (44,191,36). Sum of RGB (Red+Green+Blue) = 44+191+36=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 191 (75% from 255 or 70.48% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBF24 is #D340DB. Grayscale: #818181. Windows color (decimal): -13844700 or 2408236. OLE color: 2408236.

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

Color convert

RGB 44 191 36 -
CMYK 0.77 0 0.81 0.25
HSL 116.9º 0.68% 0.45% -
HSV(B) 116.9º 0.81% 0.75% -
XYZ 19.99 37.92 7.94 -
YUV 129.38 75.3 67.1 -
System Red Green Blue C M Y K H S L
Decimal 44 191 36 0.77 0 0.81 0.25 116.9 0.68 0.45
Hex 2C BF 24 4D 0 51 19 75 44 2D
Octal 54 277 44 115 0 121 31 165 104 55
Binary 101100 10111111 100100 1001101 0 1010001 11001 1110101 1000100 101101

Color Harmonies of #2CBF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF24

Black with #2CBF24

Text Example


Text Example

White with #2CBF24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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