Html Css Color HEX #1DC122 Lime Green

📋 copy color: '#1DC122'

red 29 ◦ green 193 ◦ blue 34

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

Shades of Lime Green #1DC122

Tints of Lime Green #1DC122

RGB

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

 GREEN value IS 193 (75.78% from 255) = 75.39%

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

R = 11.33%
G = 75.39%
B = 13.28%

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

#1DC122 (or 0x1DC122) is known color: Lime Green. HEX triplet: 1D, C1 and 22. RGB value is (29,193,34). Sum of RGB (Red+Green+Blue) = 29+193+34=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 193 (75.78% from 255 or 75.39% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC122 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC122 is #E23EDD. Grayscale: #7E7E7E. Windows color (decimal): -14827230 or 2277661. OLE color: 2277661.

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

Color convert

RGB 29 193 34 -
CMYK 0.85 0 0.82 0.24
HSL 121.83º 0.74% 0.44% -
HSV(B) 121.83º 0.85% 0.76% -
XYZ 19.87 38.52 7.9 -
YUV 125.84 76.17 58.93 -
System Red Green Blue C M Y K H S L
Decimal 29 193 34 0.85 0 0.82 0.24 121.83 0.74 0.44
Hex 1D C1 22 55 0 52 18 7A 4A 2C
Octal 35 301 42 125 0 122 30 172 112 54
Binary 11101 11000001 100010 1010101 0 1010010 11000 1111010 1001010 101100

Color Harmonies of #1DC122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC122

Black with #1DC122

Text Example


Text Example

White with #1DC122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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