Html Css Color HEX #1DC532 Lime Green

📋 copy color: '#1DC532'

red 29 ◦ green 197 ◦ blue 50

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

Shades of Lime Green #1DC532

Tints of Lime Green #1DC532

RGB

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

 GREEN value IS 197 (77.34% from 255) = 71.38%

 BLUE value IS 50 (19.92% from 255) = 18.12%

R = 10.51%
G = 71.38%
B = 18.12%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#1DC532 (or 0x1DC532) is known color: Lime Green. HEX triplet: 1D, C5 and 32. RGB value is (29,197,50). Sum of RGB (Red+Green+Blue) = 29+197+50=276 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.51% from 276); Green value is 197 (77.34% from 255 or 71.38% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC532 is #E23ACD. Grayscale: #828282. Windows color (decimal): -14826190 or 3327261. OLE color: 3327261.

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

Color convert

RGB 29 197 50 -
CMYK 0.85 0 0.75 0.23
HSL 127.5º 0.74% 0.44% -
HSV(B) 127.5º 0.85% 0.77% -
XYZ 21.05 40.42 9.71 -
YUV 130.01 82.84 55.95 -
System Red Green Blue C M Y K H S L
Decimal 29 197 50 0.85 0 0.75 0.23 127.5 0.74 0.44
Hex 1D C5 32 55 0 4B 17 80 4A 2C
Octal 35 305 62 125 0 113 27 200 112 54
Binary 11101 11000101 110010 1010101 0 1001011 10111 10000000 1001010 101100

Color Harmonies of #1DC532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC532

Black with #1DC532

Text Example


Text Example

White with #1DC532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,197,50); }

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

background-color css

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

 a { background-color: rgb(29,197,50); }

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

border-color css

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

 span { border-color: rgb(29,197,50); }

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