Html Css Color HEX #1DAF2C Lime Green

📋 copy color: '#1DAF2C'

red 29 ◦ green 175 ◦ blue 44

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

Shades of Lime Green #1DAF2C

Tints of Lime Green #1DAF2C

RGB

 RED value IS 29 (11.72% from 255) = 11.69%

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

 BLUE value IS 44 (17.58% from 255) = 17.74%

R = 11.69%
G = 70.56%
B = 17.74%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#1DAF2C (or 0x1DAF2C) is known color: Lime Green. HEX triplet: 1D, AF and 2C. RGB value is (29,175,44). Sum of RGB (Red+Green+Blue) = 29+175+44=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 175 (68.75% from 255 or 70.56% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAF2C is #E250D3. Grayscale: #747474. Windows color (decimal): -14831828 or 2928413. OLE color: 2928413.

HSL color Cylindrical-coordinate representation of color #1DAF2C: hue angle of 126.16º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAF2C is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 29 175 44 -
CMYK 0.83 0 0.75 0.31
HSL 126.16º 0.72% 0.4% -
HSV(B) 126.16º 0.83% 0.69% -
XYZ 16.29 31.1 7.53 -
YUV 116.41 87.13 65.65 -
System Red Green Blue C M Y K H S L
Decimal 29 175 44 0.83 0 0.75 0.31 126.16 0.72 0.4
Hex 1D AF 2C 53 0 4B 1F 7E 48 28
Octal 35 257 54 123 0 113 37 176 110 50
Binary 11101 10101111 101100 1010011 0 1001011 11111 1111110 1001000 101000

Color Harmonies of #1DAF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAF2C

Black with #1DAF2C

Text Example


Text Example

White with #1DAF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DAF2C; }

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

 H1.HeaderClassName
 {
   color: #1DAF2C;
 }
 .AnyTagClassName
 {
   color: #1DAF2C;
 }
</style>

background-color css

<style>
 a { background-color: #1DAF2C; }

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

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

border-color css

<style>
 span { border-color: #1DAF2C; }

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

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