Html Css Color HEX #BAFE0F Electric Lime

📋 copy color: '#BAFE0F'

red 186 ◦ green 254 ◦ blue 15

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

Shades of Electric Lime #BAFE0F

Tints of Electric Lime #BAFE0F

RGB

 RED value IS 186 (73.05% from 255) = 40.88%

 GREEN value IS 254 (99.61% from 255) = 55.82%

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

R = 40.88%
G = 55.82%
B = 3.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#BAFE0F (or 0xBAFE0F) is known color: Electric Lime. HEX triplet: BA, FE and 0F. RGB value is (186,254,15). Sum of RGB (Red+Green+Blue) = 186+254+15=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 254 (99.61% from 255 or 55.82% from 455); Blue value is 15 (6.25% from 255 or 3.30% from 455); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFE0F is #4501F0. Grayscale: #CFCFCF. Windows color (decimal): -4522481 or 1048250. OLE color: 1048250.

HSL color Cylindrical-coordinate representation of color #BAFE0F: hue angle of 77.07º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAFE0F is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 254 15 -
CMYK 0.27 0 0.94 0.00
HSL 77.07º 0.99% 0.53% -
HSV(B) 77.07º 0.94% 1% -
XYZ 55.78 81.36 13.22 -
YUV 206.42 19.97 113.43 -
System Red Green Blue C M Y K H S L
Decimal 186 254 15 0.27 0 0.94 0.00 77.07 0.99 0.53
Hex BA FE F 1B 0 5E 0 4D 63 35
Octal 272 376 17 33 0 136 0 115 143 65
Binary 10111010 11111110 1111 11011 0 1011110 0 1001101 1100011 110101

Color Harmonies of #BAFE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFE0F

Black with #BAFE0F

Text Example


Text Example

White with #BAFE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFE0F; }

 p { color: rgb(186,254,15); }

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

background-color css

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

 a { background-color: rgb(186,254,15); }

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

border-color css

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

 span { border-color: rgb(186,254,15); }

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