Html Css Color HEX #BAFE0A Electric Lime

📋 copy color: '#BAFE0A'

red 186 ◦ green 254 ◦ blue 10

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

Shades of Electric Lime #BAFE0A

Tints of Electric Lime #BAFE0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.22%

R = 41.33%
G = 56.44%
B = 2.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#BAFE0A (or 0xBAFE0A) is known color: Electric Lime. HEX triplet: BA, FE and 0A. RGB value is (186,254,10). Sum of RGB (Red+Green+Blue) = 186+254+10=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 254 (99.61% from 255 or 56.44% from 450); Blue value is 10 (4.30% from 255 or 2.22% from 450); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFE0A is #4501F5. Grayscale: #CECECE. Windows color (decimal): -4522486 or 720570. OLE color: 720570.

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

Color convert

RGB 186 254 10 -
CMYK 0.27 0 0.96 0.00
HSL 76.72º 0.99% 0.52% -
HSV(B) 76.72º 0.96% 1% -
XYZ 55.75 81.34 13.05 -
YUV 205.85 17.47 113.84 -
System Red Green Blue C M Y K H S L
Decimal 186 254 10 0.27 0 0.96 0.00 76.72 0.99 0.52
Hex BA FE A 1B 0 60 0 4D 63 34
Octal 272 376 12 33 0 140 0 115 143 64
Binary 10111010 11111110 1010 11011 0 1100000 0 1001101 1100011 110100

Color Harmonies of #BAFE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFE0A

Black with #BAFE0A

Text Example


Text Example

White with #BAFE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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