Html Css Color HEX #BAF300 Electric Lime

📋 copy color: '#BAF300'

red 186 ◦ green 243 ◦ blue 0

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

Shades of Electric Lime #BAF300

Tints of Electric Lime #BAF300

RGB

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

 GREEN value IS 243 (95.31% from 255) = 56.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.36%
G = 56.64%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#BAF300 (or 0xBAF300) is known color: Electric Lime. HEX triplet: BA, F3 and 00. RGB value is (186,243,0). Sum of RGB (Red+Green+Blue) = 186+243+0=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 243 (95.31% from 255 or 56.64% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF300 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF300 is #450CFF. Grayscale: #C7C7C7. Windows color (decimal): -4525312 or 62394. OLE color: 62394.

HSL color Cylindrical-coordinate representation of color #BAF300: hue angle of 74.07º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAF300 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 243 0 -
CMYK 0.23 0 1 0.05
HSL 74.07º 1% 0.48% -
HSV(B) 74.07º 1% 0.95% -
XYZ 52.3 74.54 11.63 -
YUV 198.26 16.12 119.26 -
System Red Green Blue C M Y K H S L
Decimal 186 243 0 0.23 0 1 0.05 74.07 1 0.48
Hex BA F3 0 17 0 64 5 4A 64 30
Octal 272 363 0 27 0 144 5 112 144 60
Binary 10111010 11110011 0 10111 0 1100100 101 1001010 1100100 110000

Color Harmonies of #BAF300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF300

Black with #BAF300

Text Example


Text Example

White with #BAF300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF300; }

 p { color: rgb(186,243,0); }

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

background-color css

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

 a { background-color: rgb(186,243,0); }

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

border-color css

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

 span { border-color: rgb(186,243,0); }

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