Html Css Color HEX #BFFD08 Electric Lime

📋 copy color: '#BFFD08'

red 191 ◦ green 253 ◦ blue 8

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

Shades of Electric Lime #BFFD08

Tints of Electric Lime #BFFD08

RGB

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

 GREEN value IS 253 (99.22% from 255) = 55.97%

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

R = 42.26%
G = 55.97%
B = 1.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#BFFD08 (or 0xBFFD08) is known color: Electric Lime. HEX triplet: BF, FD and 08. RGB value is (191,253,8). Sum of RGB (Red+Green+Blue) = 191+253+8=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 253 (99.22% from 255 or 55.97% from 452); Blue value is 8 (3.52% from 255 or 1.77% from 452); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFD08 is #4002F7. Grayscale: #CFCFCF. Windows color (decimal): -4195064 or 589247. OLE color: 589247.

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

Color convert

RGB 191 253 8 -
CMYK 0.25 0 0.97 0.01
HSL 75.18º 0.98% 0.51% -
HSV(B) 75.18º 0.97% 0.99% -
XYZ 56.65 81.34 12.94 -
YUV 206.53 15.96 116.92 -
System Red Green Blue C M Y K H S L
Decimal 191 253 8 0.25 0 0.97 0.01 75.18 0.98 0.51
Hex BF FD 8 19 0 61 1 4B 62 33
Octal 277 375 10 31 0 141 1 113 142 63
Binary 10111111 11111101 1000 11001 0 1100001 1 1001011 1100010 110011

Color Harmonies of #BFFD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFD08

Black with #BFFD08

Text Example


Text Example

White with #BFFD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFD08; }

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

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

background-color css

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

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

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

border-color css

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

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

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