Html Css Color HEX #BFF002 Electric Lime

📋 copy color: '#BFF002'

red 191 ◦ green 240 ◦ blue 2

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

Shades of Electric Lime #BFF002

Tints of Electric Lime #BFF002

RGB

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

 GREEN value IS 240 (94.14% from 255) = 55.43%

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 44.11%
G = 55.43%
B = 0.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#BFF002 (or 0xBFF002) is known color: Electric Lime. HEX triplet: BF, F0 and 02. RGB value is (191,240,2). Sum of RGB (Red+Green+Blue) = 191+240+2=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 240 (94.14% from 255 or 55.43% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF002 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF002 is #400FFD. Grayscale: #C7C7C7. Windows color (decimal): -4198398 or 192703. OLE color: 192703.

HSL color Cylindrical-coordinate representation of color #BFF002: hue angle of 72.35º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFF002 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 240 2 -
CMYK 0.20 0 0.99 0.06
HSL 72.35º 0.98% 0.47% -
HSV(B) 72.35º 0.99% 0.94% -
XYZ 52.66 73.4 11.45 -
YUV 198.22 17.27 122.85 -
System Red Green Blue C M Y K H S L
Decimal 191 240 2 0.20 0 0.99 0.06 72.35 0.98 0.47
Hex BF F0 2 14 0 63 6 48 62 2F
Octal 277 360 2 24 0 143 6 110 142 57
Binary 10111111 11110000 10 10100 0 1100011 110 1001000 1100010 101111

Color Harmonies of #BFF002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF002

Black with #BFF002

Text Example


Text Example

White with #BFF002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF002; }

 p { color: rgb(191,240,2); }

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

background-color css

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

 a { background-color: rgb(191,240,2); }

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

border-color css

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

 span { border-color: rgb(191,240,2); }

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