Html Css Color HEX #1DAF2D Lime Green

📋 copy color: '#1DAF2D'

red 29 ◦ green 175 ◦ blue 45

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

Shades of Lime Green #1DAF2D

Tints of Lime Green #1DAF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.07%

R = 11.65%
G = 70.28%
B = 18.07%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#1DAF2D (or 0x1DAF2D) is known color: Lime Green. HEX triplet: 1D, AF and 2D. RGB value is (29,175,45). Sum of RGB (Red+Green+Blue) = 29+175+45=249 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.65% from 249); Green value is 175 (68.75% from 255 or 70.28% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAF2D is #E250D2. Grayscale: #747474. Windows color (decimal): -14831827 or 2993949. OLE color: 2993949.

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

Color convert

RGB 29 175 45 -
CMYK 0.83 0 0.74 0.31
HSL 126.58º 0.72% 0.4% -
HSV(B) 126.58º 0.83% 0.69% -
XYZ 16.31 31.11 7.63 -
YUV 116.53 87.63 65.57 -
System Red Green Blue C M Y K H S L
Decimal 29 175 45 0.83 0 0.74 0.31 126.58 0.72 0.4
Hex 1D AF 2D 53 0 4A 1F 7F 48 28
Octal 35 257 55 123 0 112 37 177 110 50
Binary 11101 10101111 101101 1010011 0 1001010 11111 1111111 1001000 101000

Color Harmonies of #1DAF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAF2D

Black with #1DAF2D

Text Example


Text Example

White with #1DAF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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