Html Css Color HEX #BFF702 Electric Lime

📋 copy color: '#BFF702'

red 191 ◦ green 247 ◦ blue 2

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

Shades of Electric Lime #BFF702

Tints of Electric Lime #BFF702

RGB

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

 GREEN value IS 247 (96.88% from 255) = 56.14%

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

R = 43.41%
G = 56.14%
B = 0.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#BFF702 (or 0xBFF702) is known color: Electric Lime. HEX triplet: BF, F7 and 02. RGB value is (191,247,2). Sum of RGB (Red+Green+Blue) = 191+247+2=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 247 (96.88% from 255 or 56.14% from 440); Blue value is 2 (1.17% from 255 or 0.45% from 440); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF702 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF702 is #4008FD. Grayscale: #CBCBCB. Windows color (decimal): -4196606 or 194495. OLE color: 194495.

HSL color Cylindrical-coordinate representation of color #BFF702: hue angle of 73.71º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFF702 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 247 2 -
CMYK 0.23 0 0.99 0.03
HSL 73.71º 0.98% 0.49% -
HSV(B) 73.71º 0.99% 0.97% -
XYZ 54.76 77.6 12.15 -
YUV 202.33 14.95 119.92 -
System Red Green Blue C M Y K H S L
Decimal 191 247 2 0.23 0 0.99 0.03 73.71 0.98 0.49
Hex BF F7 2 17 0 63 3 4A 62 31
Octal 277 367 2 27 0 143 3 112 142 61
Binary 10111111 11110111 10 10111 0 1100011 11 1001010 1100010 110001

Color Harmonies of #BFF702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF702

Black with #BFF702

Text Example


Text Example

White with #BFF702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF702; }

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

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

background-color css

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

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

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

border-color css

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

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

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