Html Css Color HEX #1FC920 Lime Green

📋 copy color: '#1FC920'

red 31 ◦ green 201 ◦ blue 32

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

Shades of Lime Green #1FC920

Tints of Lime Green #1FC920

RGB

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

 GREEN value IS 201 (78.91% from 255) = 76.14%

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

R = 11.74%
G = 76.14%
B = 12.12%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#1FC920 (or 0x1FC920) is known color: Lime Green. HEX triplet: 1F, C9 and 20. RGB value is (31,201,32). Sum of RGB (Red+Green+Blue) = 31+201+32=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 201 (78.91% from 255 or 76.14% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 201 - color contains mainly: green. Hex color #1FC920 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC920 is #E036DF. Grayscale: #838383. Windows color (decimal): -14694112 or 2148639. OLE color: 2148639.

HSL color Cylindrical-coordinate representation of color #1FC920: hue angle of 120.35º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC920 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 31 201 32 -
CMYK 0.85 0 0.84 0.21
HSL 120.35º 0.73% 0.45% -
HSV(B) 120.35º 0.85% 0.79% -
XYZ 21.71 42.17 8.36 -
YUV 130.9 72.18 56.74 -
System Red Green Blue C M Y K H S L
Decimal 31 201 32 0.85 0 0.84 0.21 120.35 0.73 0.45
Hex 1F C9 20 55 0 54 15 78 49 2D
Octal 37 311 40 125 0 124 25 170 111 55
Binary 11111 11001001 100000 1010101 0 1010100 10101 1111000 1001001 101101

Color Harmonies of #1FC920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC920

Black with #1FC920

Text Example


Text Example

White with #1FC920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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