Html Css Color HEX #1DC524 Lime Green

📋 copy color: '#1DC524'

red 29 ◦ green 197 ◦ blue 36

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

Shades of Lime Green #1DC524

Tints of Lime Green #1DC524

RGB

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

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

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

R = 11.07%
G = 75.19%
B = 13.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#1DC524 (or 0x1DC524) is known color: Lime Green. HEX triplet: 1D, C5 and 24. RGB value is (29,197,36). Sum of RGB (Red+Green+Blue) = 29+197+36=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 197 (77.34% from 255 or 75.19% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC524 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC524 is #E23ADB. Grayscale: #808080. Windows color (decimal): -14826204 or 2409757. OLE color: 2409757.

HSL color Cylindrical-coordinate representation of color #1DC524: hue angle of 122.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 #1DC524 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 29 197 36 -
CMYK 0.85 0 0.82 0.23
HSL 122.5º 0.74% 0.44% -
HSV(B) 122.5º 0.85% 0.77% -
XYZ 20.79 40.32 8.36 -
YUV 128.41 75.84 57.09 -
System Red Green Blue C M Y K H S L
Decimal 29 197 36 0.85 0 0.82 0.23 122.5 0.74 0.44
Hex 1D C5 24 55 0 52 17 7B 4A 2C
Octal 35 305 44 125 0 122 27 173 112 54
Binary 11101 11000101 100100 1010101 0 1010010 10111 1111011 1001010 101100

Color Harmonies of #1DC524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC524

Black with #1DC524

Text Example


Text Example

White with #1DC524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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