Html Css Color HEX #1FD20D Lime Green

📋 copy color: '#1FD20D'

red 31 ◦ green 210 ◦ blue 13

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

Shades of Lime Green #1FD20D

Tints of Lime Green #1FD20D

RGB

 RED value IS 31 (12.5% from 255) = 12.2%

 GREEN value IS 210 (82.42% from 255) = 82.68%

 BLUE value IS 13 (5.47% from 255) = 5.12%

R = 12.2%
G = 82.68%
B = 5.12%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#1FD20D (or 0x1FD20D) is known color: Lime Green. HEX triplet: 1F, D2 and 0D. RGB value is (31,210,13). Sum of RGB (Red+Green+Blue) = 31+210+13=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 210 (82.42% from 255 or 82.68% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD20D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD20D is #E02DF2. Grayscale: #868686. Windows color (decimal): -14691827 or 905759. OLE color: 905759.

HSL color Cylindrical-coordinate representation of color #1FD20D: hue angle of 114.52º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1FD20D is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 210 13 -
CMYK 0.85 0 0.94 0.18
HSL 114.52º 0.88% 0.44% -
HSV(B) 114.52º 0.94% 0.82% -
XYZ 23.68 46.41 8.09 -
YUV 134.02 59.7 54.52 -
System Red Green Blue C M Y K H S L
Decimal 31 210 13 0.85 0 0.94 0.18 114.52 0.88 0.44
Hex 1F D2 D 55 0 5E 12 73 58 2C
Octal 37 322 15 125 0 136 22 163 130 54
Binary 11111 11010010 1101 1010101 0 1011110 10010 1110011 1011000 101100

Color Harmonies of #1FD20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD20D

Black with #1FD20D

Text Example


Text Example

White with #1FD20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,210,13); }

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

background-color css

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

 a { background-color: rgb(31,210,13); }

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

border-color css

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

 span { border-color: rgb(31,210,13); }

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