Html Css Color HEX #1FCB16 Lime Green

📋 copy color: '#1FCB16'

red 31 ◦ green 203 ◦ blue 22

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

Shades of Lime Green #1FCB16

Tints of Lime Green #1FCB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.59%

R = 12.11%
G = 79.3%
B = 8.59%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#1FCB16 (or 0x1FCB16) is known color: Lime Green. HEX triplet: 1F, CB and 16. RGB value is (31,203,22). Sum of RGB (Red+Green+Blue) = 31+203+22=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 203 (79.69% from 255 or 79.30% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCB16 is #E034E9. Grayscale: #838383. Windows color (decimal): -14693610 or 1493791. OLE color: 1493791.

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

Color convert

RGB 31 203 22 -
CMYK 0.85 0 0.89 0.20
HSL 117.02º 0.8% 0.44% -
HSV(B) 117.02º 0.89% 0.8% -
XYZ 22.07 43.06 7.91 -
YUV 130.94 66.52 56.72 -
System Red Green Blue C M Y K H S L
Decimal 31 203 22 0.85 0 0.89 0.20 117.02 0.8 0.44
Hex 1F CB 16 55 0 59 14 75 50 2C
Octal 37 313 26 125 0 131 24 165 120 54
Binary 11111 11001011 10110 1010101 0 1011001 10100 1110101 1010000 101100

Color Harmonies of #1FCB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCB16

Black with #1FCB16

Text Example


Text Example

White with #1FCB16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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