Html Css Color HEX #BAF406 Electric Lime

📋 copy color: '#BAF406'

red 186 ◦ green 244 ◦ blue 6

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

Shades of Electric Lime #BAF406

Tints of Electric Lime #BAF406

RGB

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

 GREEN value IS 244 (95.7% from 255) = 55.96%

 BLUE value IS 6 (2.73% from 255) = 1.38%

R = 42.66%
G = 55.96%
B = 1.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#BAF406 (or 0xBAF406) is known color: Electric Lime. HEX triplet: BA, F4 and 06. RGB value is (186,244,6). Sum of RGB (Red+Green+Blue) = 186+244+6=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 244 (95.70% from 255 or 55.96% from 436); Blue value is 6 (2.73% from 255 or 1.38% from 436); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF406 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF406 is #450BF9. Grayscale: #C8C8C8. Windows color (decimal): -4525050 or 455866. OLE color: 455866.

HSL color Cylindrical-coordinate representation of color #BAF406: hue angle of 74.62º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BAF406 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 244 6 -
CMYK 0.24 0 0.98 0.04
HSL 74.62º 0.95% 0.49% -
HSV(B) 74.62º 0.98% 0.96% -
XYZ 52.63 75.15 11.9 -
YUV 199.53 18.78 118.35 -
System Red Green Blue C M Y K H S L
Decimal 186 244 6 0.24 0 0.98 0.04 74.62 0.95 0.49
Hex BA F4 6 18 0 62 4 4B 5F 31
Octal 272 364 6 30 0 142 4 113 137 61
Binary 10111010 11110100 110 11000 0 1100010 100 1001011 1011111 110001

Color Harmonies of #BAF406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF406

Black with #BAF406

Text Example


Text Example

White with #BAF406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF406; }

 p { color: rgb(186,244,6); }

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

background-color css

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

 a { background-color: rgb(186,244,6); }

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

border-color css

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

 span { border-color: rgb(186,244,6); }

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