Html Css Color HEX #1DC324 Lime Green

📋 copy color: '#1DC324'

red 29 ◦ green 195 ◦ blue 36

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

Shades of Lime Green #1DC324

Tints of Lime Green #1DC324

RGB

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

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

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

R = 11.15%
G = 75%
B = 13.85%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#1DC324 (or 0x1DC324) is known color: Lime Green. HEX triplet: 1D, C3 and 24. RGB value is (29,195,36). Sum of RGB (Red+Green+Blue) = 29+195+36=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 195 (76.56% from 255 or 75% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC324 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC324 is #E23CDB. Grayscale: #7F7F7F. Windows color (decimal): -14826716 or 2409245. OLE color: 2409245.

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

Color convert

RGB 29 195 36 -
CMYK 0.85 0 0.82 0.24
HSL 122.53º 0.74% 0.44% -
HSV(B) 122.53º 0.85% 0.76% -
XYZ 20.34 39.42 8.21 -
YUV 127.24 76.5 57.93 -
System Red Green Blue C M Y K H S L
Decimal 29 195 36 0.85 0 0.82 0.24 122.53 0.74 0.44
Hex 1D C3 24 55 0 52 18 7B 4A 2C
Octal 35 303 44 125 0 122 30 173 112 54
Binary 11101 11000011 100100 1010101 0 1010010 11000 1111011 1001010 101100

Color Harmonies of #1DC324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC324

Black with #1DC324

Text Example


Text Example

White with #1DC324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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