Html Css Color HEX #1DC12D Lime Green

📋 copy color: '#1DC12D'

red 29 ◦ green 193 ◦ blue 45

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

Shades of Lime Green #1DC12D

Tints of Lime Green #1DC12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.85%

R = 10.86%
G = 72.28%
B = 16.85%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#1DC12D (or 0x1DC12D) is known color: Lime Green. HEX triplet: 1D, C1 and 2D. RGB value is (29,193,45). Sum of RGB (Red+Green+Blue) = 29+193+45=267 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.86% from 267); Green value is 193 (75.78% from 255 or 72.28% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC12D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC12D is #E23ED2. Grayscale: #7F7F7F. Windows color (decimal): -14827219 or 2998557. OLE color: 2998557.

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

Color convert

RGB 29 193 45 -
CMYK 0.85 0 0.77 0.24
HSL 125.85º 0.74% 0.44% -
HSV(B) 125.85º 0.85% 0.76% -
XYZ 20.05 38.59 8.87 -
YUV 127.09 81.67 58.03 -
System Red Green Blue C M Y K H S L
Decimal 29 193 45 0.85 0 0.77 0.24 125.85 0.74 0.44
Hex 1D C1 2D 55 0 4D 18 7E 4A 2C
Octal 35 301 55 125 0 115 30 176 112 54
Binary 11101 11000001 101101 1010101 0 1001101 11000 1111110 1001010 101100

Color Harmonies of #1DC12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC12D

Black with #1DC12D

Text Example


Text Example

White with #1DC12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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