Html Css Color HEX #BAF202 Electric Lime

📋 copy color: '#BAF202'

red 186 ◦ green 242 ◦ blue 2

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

Shades of Electric Lime #BAF202

Tints of Electric Lime #BAF202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 43.26%
G = 56.28%
B = 0.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#BAF202 (or 0xBAF202) is known color: Electric Lime. HEX triplet: BA, F2 and 02. RGB value is (186,242,2). Sum of RGB (Red+Green+Blue) = 186+242+2=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 242 (94.92% from 255 or 56.28% from 430); Blue value is 2 (1.17% from 255 or 0.47% from 430); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF202 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF202 is #450DFD. Grayscale: #C6C6C6. Windows color (decimal): -4525566 or 193210. OLE color: 193210.

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

Color convert

RGB 186 242 2 -
CMYK 0.23 0 0.99 0.05
HSL 74º 0.98% 0.48% -
HSV(B) 74º 0.99% 0.95% -
XYZ 52.01 73.95 11.59 -
YUV 197.9 17.45 119.51 -
System Red Green Blue C M Y K H S L
Decimal 186 242 2 0.23 0 0.99 0.05 74 0.98 0.48
Hex BA F2 2 17 0 63 5 4A 62 30
Octal 272 362 2 27 0 143 5 112 142 60
Binary 10111010 11110010 10 10111 0 1100011 101 1001010 1100010 110000

Color Harmonies of #BAF202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF202

Black with #BAF202

Text Example


Text Example

White with #BAF202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF202; }

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

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

background-color css

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

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

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

border-color css

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

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

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