Html Css Color HEX #BFF803 Electric Lime

📋 copy color: '#BFF803'

red 191 ◦ green 248 ◦ blue 3

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

Shades of Electric Lime #BFF803

Tints of Electric Lime #BFF803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 43.21%
G = 56.11%
B = 0.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#BFF803 (or 0xBFF803) is known color: Electric Lime. HEX triplet: BF, F8 and 03. RGB value is (191,248,3). Sum of RGB (Red+Green+Blue) = 191+248+3=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 248 (97.27% from 255 or 56.11% from 442); Blue value is 3 (1.56% from 255 or 0.68% from 442); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF803 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF803 is #4007FC. Grayscale: #CBCBCB. Windows color (decimal): -4196349 or 260287. OLE color: 260287.

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

Color convert

RGB 191 248 3 -
CMYK 0.23 0 0.99 0.03
HSL 73.96º 0.98% 0.49% -
HSV(B) 73.96º 0.99% 0.97% -
XYZ 55.07 78.22 12.28 -
YUV 203.03 15.12 119.42 -
System Red Green Blue C M Y K H S L
Decimal 191 248 3 0.23 0 0.99 0.03 73.96 0.98 0.49
Hex BF F8 3 17 0 63 3 4A 62 31
Octal 277 370 3 27 0 143 3 112 142 61
Binary 10111111 11111000 11 10111 0 1100011 11 1001010 1100010 110001

Color Harmonies of #BFF803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF803

Black with #BFF803

Text Example


Text Example

White with #BFF803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF803; }

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

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

background-color css

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

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

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

border-color css

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

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

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