Html Css Color HEX #BAFF0D Electric Lime

📋 copy color: '#BAFF0D'

red 186 ◦ green 255 ◦ blue 13

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

Shades of Electric Lime #BAFF0D

Tints of Electric Lime #BAFF0D

RGB

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

 GREEN value IS 255 (100% from 255) = 56.17%

 BLUE value IS 13 (5.47% from 255) = 2.86%

R = 40.97%
G = 56.17%
B = 2.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#BAFF0D (or 0xBAFF0D) is known color: Electric Lime. HEX triplet: BA, FF and 0D. RGB value is (186,255,13). Sum of RGB (Red+Green+Blue) = 186+255+13=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 255 (100% from 255 or 56.17% from 454); Blue value is 13 (5.47% from 255 or 2.86% from 454); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFF0D is #4500F2. Grayscale: #CFCFCF. Windows color (decimal): -4522227 or 917434. OLE color: 917434.

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

Color convert

RGB 186 255 13 -
CMYK 0.27 0 0.95 0
HSL 77.11º 1% 0.53% -
HSV(B) 77.11º 0.95% 1% -
XYZ 56.08 81.99 13.25 -
YUV 206.78 18.64 113.18 -
System Red Green Blue C M Y K H S L
Decimal 186 255 13 0.27 0 0.95 0 77.11 1 0.53
Hex BA FF D 1B 0 5F 0 4D 64 35
Octal 272 377 15 33 0 137 0 115 144 65
Binary 10111010 11111111 1101 11011 0 1011111 0 1001101 1100100 110101

Color Harmonies of #BAFF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFF0D

Black with #BAFF0D

Text Example


Text Example

White with #BAFF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFF0D; }

 p { color: rgb(186,255,13); }

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

background-color css

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

 a { background-color: rgb(186,255,13); }

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

border-color css

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

 span { border-color: rgb(186,255,13); }

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