Html Css Color HEX #BFF301 Electric Lime

📋 copy color: '#BFF301'

red 191 ◦ green 243 ◦ blue 1

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

Shades of Electric Lime #BFF301

Tints of Electric Lime #BFF301

RGB

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

 GREEN value IS 243 (95.31% from 255) = 55.86%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 43.91%
G = 55.86%
B = 0.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#BFF301 (or 0xBFF301) is known color: Electric Lime. HEX triplet: BF, F3 and 01. RGB value is (191,243,1). Sum of RGB (Red+Green+Blue) = 191+243+1=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 243 (95.31% from 255 or 55.86% from 435); Blue value is 1 (0.78% from 255 or 0.23% from 435); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF301 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF301 is #400CFE. Grayscale: #C8C8C8. Windows color (decimal): -4197631 or 127935. OLE color: 127935.

HSL color Cylindrical-coordinate representation of color #BFF301: hue angle of 72.89º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFF301 is Cyan = 0.21, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 243 1 -
CMYK 0.21 0 1.00 0.05
HSL 72.89º 0.99% 0.48% -
HSV(B) 72.89º 1% 0.95% -
XYZ 53.54 75.18 11.72 -
YUV 199.86 15.77 121.68 -
System Red Green Blue C M Y K H S L
Decimal 191 243 1 0.21 0 1.00 0.05 72.89 0.99 0.48
Hex BF F3 1 15 0 64 5 49 63 30
Octal 277 363 1 25 0 144 5 111 143 60
Binary 10111111 11110011 1 10101 0 1100100 101 1001001 1100011 110000

Color Harmonies of #BFF301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF301

Black with #BFF301

Text Example


Text Example

White with #BFF301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF301; }

 p { color: rgb(191,243,1); }

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

background-color css

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

 a { background-color: rgb(191,243,1); }

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

border-color css

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

 span { border-color: rgb(191,243,1); }

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