Html Css Color HEX #1FCF20 Lime Green

📋 copy color: '#1FCF20'

red 31 ◦ green 207 ◦ blue 32

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

Shades of Lime Green #1FCF20

Tints of Lime Green #1FCF20

RGB

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

 GREEN value IS 207 (81.25% from 255) = 76.67%

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

R = 11.48%
G = 76.67%
B = 11.85%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#1FCF20 (or 0x1FCF20) is known color: Lime Green. HEX triplet: 1F, CF and 20. RGB value is (31,207,32). Sum of RGB (Red+Green+Blue) = 31+207+32=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 207 (81.25% from 255 or 76.67% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCF20 is #E030DF. Grayscale: #868686. Windows color (decimal): -14692576 or 2150175. OLE color: 2150175.

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

Color convert

RGB 31 207 32 -
CMYK 0.85 0 0.85 0.19
HSL 120.34º 0.74% 0.47% -
HSV(B) 120.34º 0.85% 0.81% -
XYZ 23.14 45.02 8.84 -
YUV 134.43 70.19 54.23 -
System Red Green Blue C M Y K H S L
Decimal 31 207 32 0.85 0 0.85 0.19 120.34 0.74 0.47
Hex 1F CF 20 55 0 55 13 78 4A 2F
Octal 37 317 40 125 0 125 23 170 112 57
Binary 11111 11001111 100000 1010101 0 1010101 10011 1111000 1001010 101111

Color Harmonies of #1FCF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCF20

Black with #1FCF20

Text Example


Text Example

White with #1FCF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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