Html Css Color HEX #BAF204 Electric Lime

📋 copy color: '#BAF204'

red 186 ◦ green 242 ◦ blue 4

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

Shades of Electric Lime #BAF204

Tints of Electric Lime #BAF204

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.02%

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

R = 43.06%
G = 56.02%
B = 0.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#BAF204 (or 0xBAF204) is known color: Electric Lime. HEX triplet: BA, F2 and 04. RGB value is (186,242,4). Sum of RGB (Red+Green+Blue) = 186+242+4=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 242 (94.92% from 255 or 56.02% from 432); Blue value is 4 (1.95% from 255 or 0.93% from 432); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF204 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF204 is #450DFB. Grayscale: #C7C7C7. Windows color (decimal): -4525564 or 324282. OLE color: 324282.

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

Color convert

RGB 186 242 4 -
CMYK 0.23 0 0.98 0.05
HSL 74.12º 0.97% 0.48% -
HSV(B) 74.12º 0.98% 0.95% -
XYZ 52.02 73.95 11.65 -
YUV 198.12 18.45 119.35 -
System Red Green Blue C M Y K H S L
Decimal 186 242 4 0.23 0 0.98 0.05 74.12 0.97 0.48
Hex BA F2 4 17 0 62 5 4A 61 30
Octal 272 362 4 27 0 142 5 112 141 60
Binary 10111010 11110010 100 10111 0 1100010 101 1001010 1100001 110000

Color Harmonies of #BAF204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF204

Black with #BAF204

Text Example


Text Example

White with #BAF204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF204; }

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

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

background-color css

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

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

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

border-color css

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

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

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