Html Css Color HEX #1DC32A Lime Green

📋 copy color: '#1DC32A'

red 29 ◦ green 195 ◦ blue 42

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

Shades of Lime Green #1DC32A

Tints of Lime Green #1DC32A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 73.31%

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 10.9%
G = 73.31%
B = 15.79%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#1DC32A (or 0x1DC32A) is known color: Lime Green. HEX triplet: 1D, C3 and 2A. RGB value is (29,195,42). Sum of RGB (Red+Green+Blue) = 29+195+42=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 195 (76.56% from 255 or 73.31% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC32A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC32A is #E23CD5. Grayscale: #808080. Windows color (decimal): -14826710 or 2802461. OLE color: 2802461.

HSL color Cylindrical-coordinate representation of color #1DC32A: hue angle of 124.7º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC32A is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 195 42 -
CMYK 0.85 0 0.78 0.24
HSL 124.7º 0.74% 0.44% -
HSV(B) 124.7º 0.85% 0.76% -
XYZ 20.44 39.46 8.73 -
YUV 127.92 79.5 57.44 -
System Red Green Blue C M Y K H S L
Decimal 29 195 42 0.85 0 0.78 0.24 124.7 0.74 0.44
Hex 1D C3 2A 55 0 4E 18 7D 4A 2C
Octal 35 303 52 125 0 116 30 175 112 54
Binary 11101 11000011 101010 1010101 0 1001110 11000 1111101 1001010 101100

Color Harmonies of #1DC32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC32A

Black with #1DC32A

Text Example


Text Example

White with #1DC32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,195,42); }

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

background-color css

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

 a { background-color: rgb(29,195,42); }

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

border-color css

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

 span { border-color: rgb(29,195,42); }

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