Html Css Color HEX #2DAF24 Lime Green

📋 copy color: '#2DAF24'

red 45 ◦ green 175 ◦ blue 36

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

Shades of Lime Green #2DAF24

Tints of Lime Green #2DAF24

RGB

 RED value IS 45 (17.97% from 255) = 17.58%

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

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

R = 17.58%
G = 68.36%
B = 14.06%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#2DAF24 (or 0x2DAF24) is known color: Lime Green. HEX triplet: 2D, AF and 24. RGB value is (45,175,36). Sum of RGB (Red+Green+Blue) = 45+175+36=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 175 (68.75% from 255 or 68.36% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAF24 is #D250DB. Grayscale: #787878. Windows color (decimal): -13783260 or 2404141. OLE color: 2404141.

HSL color Cylindrical-coordinate representation of color #2DAF24: hue angle of 116.12º 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 #2DAF24 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 45 175 36 -
CMYK 0.74 0 0.79 0.31
HSL 116.12º 0.66% 0.41% -
HSV(B) 116.12º 0.79% 0.69% -
XYZ 16.73 31.35 6.84 -
YUV 120.28 80.43 74.3 -
System Red Green Blue C M Y K H S L
Decimal 45 175 36 0.74 0 0.79 0.31 116.12 0.66 0.41
Hex 2D AF 24 4A 0 4F 1F 74 42 29
Octal 55 257 44 112 0 117 37 164 102 51
Binary 101101 10101111 100100 1001010 0 1001111 11111 1110100 1000010 101001

Color Harmonies of #2DAF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAF24

Black with #2DAF24

Text Example


Text Example

White with #2DAF24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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