Html Css Color HEX #BFEE02 Electric Lime

📋 copy color: '#BFEE02'

red 191 ◦ green 238 ◦ blue 2

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

Shades of Electric Lime #BFEE02

Tints of Electric Lime #BFEE02

RGB

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

 GREEN value IS 238 (93.36% from 255) = 55.22%

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

R = 44.32%
G = 55.22%
B = 0.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#BFEE02 (or 0xBFEE02) is known color: Electric Lime. HEX triplet: BF, EE and 02. RGB value is (191,238,2). Sum of RGB (Red+Green+Blue) = 191+238+2=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 238 (93.36% from 255 or 55.22% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEE02 is #4011FD. Grayscale: #C5C5C5. Windows color (decimal): -4198910 or 192191. OLE color: 192191.

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

Color convert

RGB 191 238 2 -
CMYK 0.20 0 0.99 0.07
HSL 71.95º 0.98% 0.47% -
HSV(B) 71.95º 0.99% 0.93% -
XYZ 52.07 72.23 11.25 -
YUV 197.04 17.93 123.69 -
System Red Green Blue C M Y K H S L
Decimal 191 238 2 0.20 0 0.99 0.07 71.95 0.98 0.47
Hex BF EE 2 14 0 63 7 48 62 2F
Octal 277 356 2 24 0 143 7 110 142 57
Binary 10111111 11101110 10 10100 0 1100011 111 1001000 1100010 101111

Color Harmonies of #BFEE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE02

Black with #BFEE02

Text Example


Text Example

White with #BFEE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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