Html Css Color HEX #1DC322 Lime Green

📋 copy color: '#1DC322'

red 29 ◦ green 195 ◦ blue 34

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

Shades of Lime Green #1DC322

Tints of Lime Green #1DC322

RGB

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

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

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

R = 11.24%
G = 75.58%
B = 13.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#1DC322 (or 0x1DC322) is known color: Lime Green. HEX triplet: 1D, C3 and 22. RGB value is (29,195,34). Sum of RGB (Red+Green+Blue) = 29+195+34=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 195 (76.56% from 255 or 75.58% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC322 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC322 is #E23CDD. Grayscale: #7F7F7F. Windows color (decimal): -14826718 or 2278173. OLE color: 2278173.

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

Color convert

RGB 29 195 34 -
CMYK 0.85 0 0.83 0.24
HSL 121.81º 0.74% 0.44% -
HSV(B) 121.81º 0.85% 0.76% -
XYZ 20.31 39.41 8.05 -
YUV 127.01 75.5 58.09 -
System Red Green Blue C M Y K H S L
Decimal 29 195 34 0.85 0 0.83 0.24 121.81 0.74 0.44
Hex 1D C3 22 55 0 53 18 7A 4A 2C
Octal 35 303 42 125 0 123 30 172 112 54
Binary 11101 11000011 100010 1010101 0 1010011 11000 1111010 1001010 101100

Color Harmonies of #1DC322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC322

Black with #1DC322

Text Example


Text Example

White with #1DC322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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