Html Css Color HEX #BAFA02 Electric Lime

📋 copy color: '#BAFA02'

red 186 ◦ green 250 ◦ blue 2

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

Shades of Electric Lime #BAFA02

Tints of Electric Lime #BAFA02

RGB

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

 GREEN value IS 250 (98.05% from 255) = 57.08%

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

R = 42.47%
G = 57.08%
B = 0.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#BAFA02 (or 0xBAFA02) is known color: Electric Lime. HEX triplet: BA, FA and 02. RGB value is (186,250,2). Sum of RGB (Red+Green+Blue) = 186+250+2=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 250 (98.05% from 255 or 57.08% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFA02 is #4505FD. Grayscale: #CBCBCB. Windows color (decimal): -4523518 or 195258. OLE color: 195258.

HSL color Cylindrical-coordinate representation of color #BAFA02: hue angle of 75.48º 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 #BAFA02 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 250 2 -
CMYK 0.26 0 0.99 0.02
HSL 75.48º 0.98% 0.49% -
HSV(B) 75.48º 0.99% 0.98% -
XYZ 54.45 78.81 12.4 -
YUV 202.59 14.8 116.17 -
System Red Green Blue C M Y K H S L
Decimal 186 250 2 0.26 0 0.99 0.02 75.48 0.98 0.49
Hex BA FA 2 1A 0 63 2 4B 62 31
Octal 272 372 2 32 0 143 2 113 142 61
Binary 10111010 11111010 10 11010 0 1100011 10 1001011 1100010 110001

Color Harmonies of #BAFA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFA02

Black with #BAFA02

Text Example


Text Example

White with #BAFA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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