#BAF902

Color #BAF902 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #BAF902

Tints of Electric Lime #BAF902

Color information

#BAF902 (or 0xBAF902) is unknown color: approx Electric Lime. HEX triplet: BA, F9 and 02. RGB value is (186,249,2). Sum of RGB (Red+Green+Blue) = 186+249+2=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 249 (97.66% from 255 or 56.98% from 437); Blue value is 2 (1.17% from 255 or 0.46% from 437); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF902 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF902 is #4506FD. Grayscale: #CACACA. Windows color (decimal): -4523774 or 195002. OLE color: 195002.

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

Color convert

RGB1862492-
CMYK0.2500.990.02
HSL75.3º98.41%49.22%-
HSV(B)75.3º99.2%97.65%-
XYZ54.1478.1912.3-
YUV20215.13116.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 249 (97.66% from 255) = 56.98%
BLUE value IS 2 (1.17% from 255) = 0.46%
R=42.56%
G=56.98%
B=0.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal18624920.2500.990.0275.398.4149.22
HexBAF921906324b6231
Octal2723712310143211314261
Binary10111010111110011011001011000111010010111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF902; }

 p { color: rgb(186,249,2); }

 H1.HeaderClassName
 {
   color: #BAF902;
 }
 .AnyTagClassName
 {
   color: #BAF902;
 }
</style>
background-color css

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

 a { background-color: rgb(186,249,2); }

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

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

 span { border-color: rgb(186,249,2); }

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