Html Css Color HEX #1DC422 Lime Green

📋 copy color: '#1DC422'

red 29 ◦ green 196 ◦ blue 34

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

Shades of Lime Green #1DC422

Tints of Lime Green #1DC422

RGB

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

 GREEN value IS 196 (76.95% from 255) = 75.68%

 BLUE value IS 34 (13.67% from 255) = 13.13%

R = 11.2%
G = 75.68%
B = 13.13%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#1DC422 (or 0x1DC422) is known color: Lime Green. HEX triplet: 1D, C4 and 22. RGB value is (29,196,34). Sum of RGB (Red+Green+Blue) = 29+196+34=259 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.20% from 259); Green value is 196 (76.95% from 255 or 75.68% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 196 - color contains mainly: green. Hex color #1DC422 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC422 is #E23BDD. Grayscale: #808080. Windows color (decimal): -14826462 or 2278429. OLE color: 2278429.

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

Color convert

RGB 29 196 34 -
CMYK 0.85 0 0.83 0.23
HSL 121.8º 0.74% 0.44% -
HSV(B) 121.8º 0.85% 0.77% -
XYZ 20.54 39.86 8.12 -
YUV 127.6 75.17 57.67 -
System Red Green Blue C M Y K H S L
Decimal 29 196 34 0.85 0 0.83 0.23 121.8 0.74 0.44
Hex 1D C4 22 55 0 53 17 7A 4A 2C
Octal 35 304 42 125 0 123 27 172 112 54
Binary 11101 11000100 100010 1010101 0 1010011 10111 1111010 1001010 101100

Color Harmonies of #1DC422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC422

Black with #1DC422

Text Example


Text Example

White with #1DC422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,196,34); }

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

background-color css

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

 a { background-color: rgb(29,196,34); }

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

border-color css

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

 span { border-color: rgb(29,196,34); }

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