Html Css Color HEX #BFF40F Electric Lime

📋 copy color: '#BFF40F'

red 191 ◦ green 244 ◦ blue 15

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

Shades of Electric Lime #BFF40F

Tints of Electric Lime #BFF40F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.33%

R = 42.44%
G = 54.22%
B = 3.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#BFF40F (or 0xBFF40F) is known color: Electric Lime. HEX triplet: BF, F4 and 0F. RGB value is (191,244,15). Sum of RGB (Red+Green+Blue) = 191+244+15=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 244 (95.70% from 255 or 54.22% from 450); Blue value is 15 (6.25% from 255 or 3.33% from 450); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF40F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF40F is #400BF0. Grayscale: #CACACA. Windows color (decimal): -4197361 or 1045695. OLE color: 1045695.

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

Color convert

RGB 191 244 15 -
CMYK 0.22 0 0.94 0.04
HSL 73.89º 0.91% 0.51% -
HSV(B) 73.89º 0.94% 0.96% -
XYZ 53.92 75.81 12.24 -
YUV 202.05 22.44 120.12 -
System Red Green Blue C M Y K H S L
Decimal 191 244 15 0.22 0 0.94 0.04 73.89 0.91 0.51
Hex BF F4 F 16 0 5E 4 4A 5B 33
Octal 277 364 17 26 0 136 4 112 133 63
Binary 10111111 11110100 1111 10110 0 1011110 100 1001010 1011011 110011

Color Harmonies of #BFF40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF40F

Black with #BFF40F

Text Example


Text Example

White with #BFF40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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