Html Css Color HEX #BAFE04 Electric Lime

📋 copy color: '#BAFE04'

red 186 ◦ green 254 ◦ blue 4

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

Shades of Electric Lime #BAFE04

Tints of Electric Lime #BAFE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.9%

R = 41.89%
G = 57.21%
B = 0.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#BAFE04 (or 0xBAFE04) is known color: Electric Lime. HEX triplet: BA, FE and 04. RGB value is (186,254,4). Sum of RGB (Red+Green+Blue) = 186+254+4=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 254 (99.61% from 255 or 57.21% from 444); Blue value is 4 (1.95% from 255 or 0.90% from 444); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFE04 is #4501FB. Grayscale: #CECECE. Windows color (decimal): -4522492 or 327354. OLE color: 327354.

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

Color convert

RGB 186 254 4 -
CMYK 0.27 0 0.98 0.00
HSL 76.32º 0.99% 0.51% -
HSV(B) 76.32º 0.98% 1% -
XYZ 55.71 81.33 12.88 -
YUV 205.17 14.47 114.33 -
System Red Green Blue C M Y K H S L
Decimal 186 254 4 0.27 0 0.98 0.00 76.32 0.99 0.51
Hex BA FE 4 1B 0 62 0 4C 63 33
Octal 272 376 4 33 0 142 0 114 143 63
Binary 10111010 11111110 100 11011 0 1100010 0 1001100 1100011 110011

Color Harmonies of #BAFE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFE04

Black with #BAFE04

Text Example


Text Example

White with #BAFE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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