Html Css Color HEX #BAF002 Electric Lime

📋 copy color: '#BAF002'

red 186 ◦ green 240 ◦ blue 2

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

Shades of Electric Lime #BAF002

Tints of Electric Lime #BAF002

RGB

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

 GREEN value IS 240 (94.14% from 255) = 56.07%

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

R = 43.46%
G = 56.07%
B = 0.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#BAF002 (or 0xBAF002) is known color: Electric Lime. HEX triplet: BA, F0 and 02. RGB value is (186,240,2). Sum of RGB (Red+Green+Blue) = 186+240+2=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 240 (94.14% from 255 or 56.07% from 428); Blue value is 2 (1.17% from 255 or 0.47% from 428); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF002 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF002 is #450FFD. Grayscale: #C5C5C5. Windows color (decimal): -4526078 or 192698. OLE color: 192698.

HSL color Cylindrical-coordinate representation of color #BAF002: hue angle of 73.61º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAF002 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 2 -
CMYK 0.22 0 0.99 0.06
HSL 73.61º 0.98% 0.47% -
HSV(B) 73.61º 0.99% 0.94% -
XYZ 51.42 72.76 11.39 -
YUV 196.72 18.11 120.35 -
System Red Green Blue C M Y K H S L
Decimal 186 240 2 0.22 0 0.99 0.06 73.61 0.98 0.47
Hex BA F0 2 16 0 63 6 4A 62 2F
Octal 272 360 2 26 0 143 6 112 142 57
Binary 10111010 11110000 10 10110 0 1100011 110 1001010 1100010 101111

Color Harmonies of #BAF002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF002

Black with #BAF002

Text Example


Text Example

White with #BAF002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF002; }

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

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

background-color css

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

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

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

border-color css

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

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

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