Html Css Color HEX #1DC315 Lime Green

📋 copy color: '#1DC315'

red 29 ◦ green 195 ◦ blue 21

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

Shades of Lime Green #1DC315

Tints of Lime Green #1DC315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.57%

R = 11.84%
G = 79.59%
B = 8.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#1DC315 (or 0x1DC315) is known color: Lime Green. HEX triplet: 1D, C3 and 15. RGB value is (29,195,21). Sum of RGB (Red+Green+Blue) = 29+195+21=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 195 (76.56% from 255 or 79.59% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC315 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC315 is #E23CEA. Grayscale: #7E7E7E. Windows color (decimal): -14826731 or 1426205. OLE color: 1426205.

HSL color Cylindrical-coordinate representation of color #1DC315: hue angle of 117.24º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DC315 is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 195 21 -
CMYK 0.85 0 0.89 0.24
HSL 117.24º 0.81% 0.42% -
HSV(B) 117.24º 0.89% 0.76% -
XYZ 20.16 39.35 7.24 -
YUV 125.53 69 59.15 -
System Red Green Blue C M Y K H S L
Decimal 29 195 21 0.85 0 0.89 0.24 117.24 0.81 0.42
Hex 1D C3 15 55 0 59 18 75 51 2A
Octal 35 303 25 125 0 131 30 165 121 52
Binary 11101 11000011 10101 1010101 0 1011001 11000 1110101 1010001 101010

Color Harmonies of #1DC315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC315

Black with #1DC315

Text Example


Text Example

White with #1DC315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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