Html Css Color HEX #1FBF16 Lime Green

📋 copy color: '#1FBF16'

red 31 ◦ green 191 ◦ blue 22

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

Shades of Lime Green #1FBF16

Tints of Lime Green #1FBF16

RGB

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

 GREEN value IS 191 (75% from 255) = 78.28%

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

R = 12.7%
G = 78.28%
B = 9.02%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#1FBF16 (or 0x1FBF16) is known color: Lime Green. HEX triplet: 1F, BF and 16. RGB value is (31,191,22). Sum of RGB (Red+Green+Blue) = 31+191+22=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 191 (75% from 255 or 78.28% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBF16 is #E040E9. Grayscale: #7C7C7C. Windows color (decimal): -14696682 or 1490719. OLE color: 1490719.

HSL color Cylindrical-coordinate representation of color #1FBF16: hue angle of 116.8º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FBF16 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 191 22 -
CMYK 0.84 0 0.88 0.25
HSL 116.8º 0.79% 0.42% -
HSV(B) 116.8º 0.88% 0.75% -
XYZ 19.34 37.61 7 -
YUV 123.89 70.49 61.74 -
System Red Green Blue C M Y K H S L
Decimal 31 191 22 0.84 0 0.88 0.25 116.8 0.79 0.42
Hex 1F BF 16 54 0 58 19 75 4F 2A
Octal 37 277 26 124 0 130 31 165 117 52
Binary 11111 10111111 10110 1010100 0 1011000 11001 1110101 1001111 101010

Color Harmonies of #1FBF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBF16

Black with #1FBF16

Text Example


Text Example

White with #1FBF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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