Html Css Color HEX #1FD020 Lime Green

📋 copy color: '#1FD020'

red 31 ◦ green 208 ◦ blue 32

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

Shades of Lime Green #1FD020

Tints of Lime Green #1FD020

RGB

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

 GREEN value IS 208 (81.64% from 255) = 76.75%

 BLUE value IS 32 (12.89% from 255) = 11.81%

R = 11.44%
G = 76.75%
B = 11.81%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#1FD020 (or 0x1FD020) is known color: Lime Green. HEX triplet: 1F, D0 and 20. RGB value is (31,208,32). Sum of RGB (Red+Green+Blue) = 31+208+32=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 208 (81.64% from 255 or 76.75% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD020 is #E02FDF. Grayscale: #878787. Windows color (decimal): -14692320 or 2150431. OLE color: 2150431.

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

Color convert

RGB 31 208 32 -
CMYK 0.85 0 0.85 0.18
HSL 120.34º 0.74% 0.47% -
HSV(B) 120.34º 0.85% 0.82% -
XYZ 23.38 45.51 8.92 -
YUV 135.01 69.86 53.81 -
System Red Green Blue C M Y K H S L
Decimal 31 208 32 0.85 0 0.85 0.18 120.34 0.74 0.47
Hex 1F D0 20 55 0 55 12 78 4A 2F
Octal 37 320 40 125 0 125 22 170 112 57
Binary 11111 11010000 100000 1010101 0 1010101 10010 1111000 1001010 101111

Color Harmonies of #1FD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD020

Black with #1FD020

Text Example


Text Example

White with #1FD020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,208,32); }

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

background-color css

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

 a { background-color: rgb(31,208,32); }

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

border-color css

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

 span { border-color: rgb(31,208,32); }

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