Html Css Color HEX #BFF408 Electric Lime

📋 copy color: '#BFF408'

red 191 ◦ green 244 ◦ blue 8

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

Shades of Electric Lime #BFF408

Tints of Electric Lime #BFF408

RGB

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

 GREEN value IS 244 (95.7% from 255) = 55.08%

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

R = 43.12%
G = 55.08%
B = 1.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#BFF408 (or 0xBFF408) is known color: Electric Lime. HEX triplet: BF, F4 and 08. RGB value is (191,244,8). Sum of RGB (Red+Green+Blue) = 191+244+8=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 244 (95.70% from 255 or 55.08% from 443); Blue value is 8 (3.52% from 255 or 1.81% from 443); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF408 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF408 is #400BF7. Grayscale: #CACACA. Windows color (decimal): -4197368 or 586943. OLE color: 586943.

HSL color Cylindrical-coordinate representation of color #BFF408: hue angle of 73.47º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BFF408 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 244 8 -
CMYK 0.22 0 0.97 0.04
HSL 73.47º 0.94% 0.49% -
HSV(B) 73.47º 0.97% 0.96% -
XYZ 53.88 75.8 12.02 -
YUV 201.25 18.94 120.69 -
System Red Green Blue C M Y K H S L
Decimal 191 244 8 0.22 0 0.97 0.04 73.47 0.94 0.49
Hex BF F4 8 16 0 61 4 49 5E 31
Octal 277 364 10 26 0 141 4 111 136 61
Binary 10111111 11110100 1000 10110 0 1100001 100 1001001 1011110 110001

Color Harmonies of #BFF408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF408

Black with #BFF408

Text Example


Text Example

White with #BFF408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF408; }

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

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

background-color css

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

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

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

border-color css

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

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

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