Html Css Color HEX #1DC31F Lime Green

📋 copy color: '#1DC31F'

red 29 ◦ green 195 ◦ blue 31

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

Shades of Lime Green #1DC31F

Tints of Lime Green #1DC31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.16%

R = 11.37%
G = 76.47%
B = 12.16%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#1DC31F (or 0x1DC31F) is known color: Lime Green. HEX triplet: 1D, C3 and 1F. RGB value is (29,195,31). Sum of RGB (Red+Green+Blue) = 29+195+31=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 195 (76.56% from 255 or 76.47% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC31F is #E23CE0. Grayscale: #7F7F7F. Windows color (decimal): -14826721 or 2081565. OLE color: 2081565.

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

Color convert

RGB 29 195 31 -
CMYK 0.85 0 0.84 0.24
HSL 120.72º 0.74% 0.44% -
HSV(B) 120.72º 0.85% 0.76% -
XYZ 20.27 39.39 7.83 -
YUV 126.67 74 58.34 -
System Red Green Blue C M Y K H S L
Decimal 29 195 31 0.85 0 0.84 0.24 120.72 0.74 0.44
Hex 1D C3 1F 55 0 54 18 79 4A 2C
Octal 35 303 37 125 0 124 30 171 112 54
Binary 11101 11000011 11111 1010101 0 1010100 11000 1111001 1001010 101100

Color Harmonies of #1DC31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC31F

Black with #1DC31F

Text Example


Text Example

White with #1DC31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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