Html Css Color HEX #BAF90D Electric Lime

📋 copy color: '#BAF90D'

red 186 ◦ green 249 ◦ blue 13

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

Shades of Electric Lime #BAF90D

Tints of Electric Lime #BAF90D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 55.58%

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

R = 41.52%
G = 55.58%
B = 2.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#BAF90D (or 0xBAF90D) is known color: Electric Lime. HEX triplet: BA, F9 and 0D. RGB value is (186,249,13). Sum of RGB (Red+Green+Blue) = 186+249+13=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 249 (97.66% from 255 or 55.58% from 448); Blue value is 13 (5.47% from 255 or 2.90% from 448); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF90D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF90D is #4506F2. Grayscale: #CCCCCC. Windows color (decimal): -4523763 or 915898. OLE color: 915898.

HSL color Cylindrical-coordinate representation of color #BAF90D: hue angle of 76.02º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAF90D is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 249 13 -
CMYK 0.25 0 0.95 0.02
HSL 76.02º 0.95% 0.51% -
HSV(B) 76.02º 0.95% 0.98% -
XYZ 54.2 78.22 12.62 -
YUV 203.26 20.63 115.69 -
System Red Green Blue C M Y K H S L
Decimal 186 249 13 0.25 0 0.95 0.02 76.02 0.95 0.51
Hex BA F9 D 19 0 5F 2 4C 5F 33
Octal 272 371 15 31 0 137 2 114 137 63
Binary 10111010 11111001 1101 11001 0 1011111 10 1001100 1011111 110011

Color Harmonies of #BAF90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF90D

Black with #BAF90D

Text Example


Text Example

White with #BAF90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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