Html Css Color HEX #1DC022 Lime Green

📋 copy color: '#1DC022'

red 29 ◦ green 192 ◦ blue 34

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

Shades of Lime Green #1DC022

Tints of Lime Green #1DC022

RGB

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

 GREEN value IS 192 (75.39% from 255) = 75.29%

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

R = 11.37%
G = 75.29%
B = 13.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#1DC022 (or 0x1DC022) is known color: Lime Green. HEX triplet: 1D, C0 and 22. RGB value is (29,192,34). Sum of RGB (Red+Green+Blue) = 29+192+34=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 192 (75.39% from 255 or 75.29% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC022 is #E23FDD. Grayscale: #7D7D7D. Windows color (decimal): -14827486 or 2277405. OLE color: 2277405.

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

Color convert

RGB 29 192 34 -
CMYK 0.85 0 0.82 0.25
HSL 121.84º 0.74% 0.43% -
HSV(B) 121.84º 0.85% 0.75% -
XYZ 19.65 38.08 7.83 -
YUV 125.25 76.5 59.35 -
System Red Green Blue C M Y K H S L
Decimal 29 192 34 0.85 0 0.82 0.25 121.84 0.74 0.43
Hex 1D C0 22 55 0 52 19 7A 4A 2B
Octal 35 300 42 125 0 122 31 172 112 53
Binary 11101 11000000 100010 1010101 0 1010010 11001 1111010 1001010 101011

Color Harmonies of #1DC022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC022

Black with #1DC022

Text Example


Text Example

White with #1DC022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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