Html Css Color HEX #1FBF08 Lime Green

📋 copy color: '#1FBF08'

red 31 ◦ green 191 ◦ blue 8

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

Shades of Lime Green #1FBF08

Tints of Lime Green #1FBF08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.48%

R = 13.48%
G = 83.04%
B = 3.48%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#1FBF08 (or 0x1FBF08) is known color: Lime Green. HEX triplet: 1F, BF and 08. RGB value is (31,191,8). Sum of RGB (Red+Green+Blue) = 31+191+8=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 191 (75% from 255 or 83.04% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBF08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBF08 is #E040F7. Grayscale: #7A7A7A. Windows color (decimal): -14696696 or 573215. OLE color: 573215.

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

Color convert

RGB 31 191 8 -
CMYK 0.84 0 0.96 0.25
HSL 112.46º 0.92% 0.39% -
HSV(B) 112.46º 0.96% 0.75% -
XYZ 19.24 37.57 6.47 -
YUV 122.3 63.49 62.88 -
System Red Green Blue C M Y K H S L
Decimal 31 191 8 0.84 0 0.96 0.25 112.46 0.92 0.39
Hex 1F BF 8 54 0 60 19 70 5C 27
Octal 37 277 10 124 0 140 31 160 134 47
Binary 11111 10111111 1000 1010100 0 1100000 11001 1110000 1011100 100111

Color Harmonies of #1FBF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBF08

Black with #1FBF08

Text Example


Text Example

White with #1FBF08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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