Html Css Color HEX #2CAF24 Lime Green

📋 copy color: '#2CAF24'

red 44 ◦ green 175 ◦ blue 36

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

Shades of Lime Green #2CAF24

Tints of Lime Green #2CAF24

RGB

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

 GREEN value IS 175 (68.75% from 255) = 68.63%

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

R = 17.25%
G = 68.63%
B = 14.12%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#2CAF24 (or 0x2CAF24) is known color: Lime Green. HEX triplet: 2C, AF and 24. RGB value is (44,175,36). Sum of RGB (Red+Green+Blue) = 44+175+36=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 175 (68.75% from 255 or 68.63% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 175 - color contains mainly: green. Hex color #2CAF24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAF24 is #D350DB. Grayscale: #787878. Windows color (decimal): -13848796 or 2404140. OLE color: 2404140.

HSL color Cylindrical-coordinate representation of color #2CAF24: hue angle of 116.55º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CAF24 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 44 175 36 -
CMYK 0.75 0 0.79 0.31
HSL 116.55º 0.66% 0.41% -
HSV(B) 116.55º 0.79% 0.69% -
XYZ 16.69 31.32 6.84 -
YUV 119.99 80.6 73.8 -
System Red Green Blue C M Y K H S L
Decimal 44 175 36 0.75 0 0.79 0.31 116.55 0.66 0.41
Hex 2C AF 24 4B 0 4F 1F 75 42 29
Octal 54 257 44 113 0 117 37 165 102 51
Binary 101100 10101111 100100 1001011 0 1001111 11111 1110101 1000010 101001

Color Harmonies of #2CAF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CAF24

Black with #2CAF24

Text Example


Text Example

White with #2CAF24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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