Html Css Color HEX #BAFD04 Electric Lime

📋 copy color: '#BAFD04'

red 186 ◦ green 253 ◦ blue 4

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

Shades of Electric Lime #BAFD04

Tints of Electric Lime #BAFD04

RGB

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

 GREEN value IS 253 (99.22% from 255) = 57.11%

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

R = 41.99%
G = 57.11%
B = 0.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#BAFD04 (or 0xBAFD04) is known color: Electric Lime. HEX triplet: BA, FD and 04. RGB value is (186,253,4). Sum of RGB (Red+Green+Blue) = 186+253+4=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 253 (99.22% from 255 or 57.11% from 443); Blue value is 4 (1.95% from 255 or 0.90% from 443); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFD04 is #4502FB. Grayscale: #CDCDCD. Windows color (decimal): -4522748 or 327098. OLE color: 327098.

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

Color convert

RGB 186 253 4 -
CMYK 0.26 0 0.98 0.01
HSL 76.14º 0.98% 0.5% -
HSV(B) 76.14º 0.98% 0.99% -
XYZ 55.4 80.7 12.77 -
YUV 204.58 14.8 114.75 -
System Red Green Blue C M Y K H S L
Decimal 186 253 4 0.26 0 0.98 0.01 76.14 0.98 0.5
Hex BA FD 4 1A 0 62 1 4C 62 32
Octal 272 375 4 32 0 142 1 114 142 62
Binary 10111010 11111101 100 11010 0 1100010 1 1001100 1100010 110010

Color Harmonies of #BAFD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFD04

Black with #BAFD04

Text Example


Text Example

White with #BAFD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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