Html Css Color HEX #BFF807 Electric Lime

📋 copy color: '#BFF807'

red 191 ◦ green 248 ◦ blue 7

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

Shades of Electric Lime #BFF807

Tints of Electric Lime #BFF807

RGB

 RED value IS 191 (75% from 255) = 42.83%

 GREEN value IS 248 (97.27% from 255) = 55.61%

 BLUE value IS 7 (3.13% from 255) = 1.57%

R = 42.83%
G = 55.61%
B = 1.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#BFF807 (or 0xBFF807) is known color: Electric Lime. HEX triplet: BF, F8 and 07. RGB value is (191,248,7). Sum of RGB (Red+Green+Blue) = 191+248+7=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 248 (97.27% from 255 or 55.61% from 446); Blue value is 7 (3.12% from 255 or 1.57% from 446); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF807 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF807 is #4007F8. Grayscale: #CCCCCC. Windows color (decimal): -4196345 or 522431. OLE color: 522431.

HSL color Cylindrical-coordinate representation of color #BFF807: hue angle of 74.19º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BFF807 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 248 7 -
CMYK 0.23 0 0.97 0.03
HSL 74.19º 0.95% 0.5% -
HSV(B) 74.19º 0.97% 0.97% -
XYZ 55.09 78.23 12.4 -
YUV 203.48 17.12 119.1 -
System Red Green Blue C M Y K H S L
Decimal 191 248 7 0.23 0 0.97 0.03 74.19 0.95 0.5
Hex BF F8 7 17 0 61 3 4A 5F 32
Octal 277 370 7 27 0 141 3 112 137 62
Binary 10111111 11111000 111 10111 0 1100001 11 1001010 1011111 110010

Color Harmonies of #BFF807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF807

Black with #BFF807

Text Example


Text Example

White with #BFF807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF807; }

 p { color: rgb(191,248,7); }

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

background-color css

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

 a { background-color: rgb(191,248,7); }

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

border-color css

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

 span { border-color: rgb(191,248,7); }

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