Html Css Color HEX #1FCB20 Lime Green

📋 copy color: '#1FCB20'

red 31 ◦ green 203 ◦ blue 32

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

Shades of Lime Green #1FCB20

Tints of Lime Green #1FCB20

RGB

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

 GREEN value IS 203 (79.69% from 255) = 76.32%

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

R = 11.65%
G = 76.32%
B = 12.03%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#1FCB20 (or 0x1FCB20) is known color: Lime Green. HEX triplet: 1F, CB and 20. RGB value is (31,203,32). Sum of RGB (Red+Green+Blue) = 31+203+32=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 203 (79.69% from 255 or 76.32% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCB20 is #E034DF. Grayscale: #848484. Windows color (decimal): -14693600 or 2149151. OLE color: 2149151.

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

Color convert

RGB 31 203 32 -
CMYK 0.85 0 0.84 0.20
HSL 120.35º 0.74% 0.46% -
HSV(B) 120.35º 0.85% 0.8% -
XYZ 22.18 43.11 8.52 -
YUV 132.08 71.52 55.9 -
System Red Green Blue C M Y K H S L
Decimal 31 203 32 0.85 0 0.84 0.20 120.35 0.74 0.46
Hex 1F CB 20 55 0 54 14 78 4A 2E
Octal 37 313 40 125 0 124 24 170 112 56
Binary 11111 11001011 100000 1010101 0 1010100 10100 1111000 1001010 101110

Color Harmonies of #1FCB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCB20

Black with #1FCB20

Text Example


Text Example

White with #1FCB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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