Html Css Color HEX #BFF200 Electric Lime

📋 copy color: '#BFF200'

red 191 ◦ green 242 ◦ blue 0

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

Shades of Electric Lime #BFF200

Tints of Electric Lime #BFF200

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.11%
G = 55.89%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#BFF200 (or 0xBFF200) is known color: Electric Lime. HEX triplet: BF, F2 and 00. RGB value is (191,242,0). Sum of RGB (Red+Green+Blue) = 191+242+0=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 242 (94.92% from 255 or 55.89% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF200 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF200 is #400DFF. Grayscale: #C8C8C8. Windows color (decimal): -4197888 or 62143. OLE color: 62143.

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

Color convert

RGB 191 242 0 -
CMYK 0.21 0 1 0.05
HSL 72.64º 1% 0.47% -
HSV(B) 72.64º 1% 0.95% -
XYZ 53.24 74.58 11.59 -
YUV 199.16 15.6 122.18 -
System Red Green Blue C M Y K H S L
Decimal 191 242 0 0.21 0 1 0.05 72.64 1 0.47
Hex BF F2 0 15 0 64 5 49 64 2F
Octal 277 362 0 25 0 144 5 111 144 57
Binary 10111111 11110010 0 10101 0 1100100 101 1001001 1100100 101111

Color Harmonies of #BFF200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF200

Black with #BFF200

Text Example


Text Example

White with #BFF200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF200; }

 p { color: rgb(191,242,0); }

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

background-color css

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

 a { background-color: rgb(191,242,0); }

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

border-color css

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

 span { border-color: rgb(191,242,0); }

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