Html Css Color HEX #BAFE0D Electric Lime

📋 copy color: '#BAFE0D'

red 186 ◦ green 254 ◦ blue 13

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

Shades of Electric Lime #BAFE0D

Tints of Electric Lime #BAFE0D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 56.07%

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

R = 41.06%
G = 56.07%
B = 2.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#BAFE0D (or 0xBAFE0D) is known color: Electric Lime. HEX triplet: BA, FE and 0D. RGB value is (186,254,13). Sum of RGB (Red+Green+Blue) = 186+254+13=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 254 (99.61% from 255 or 56.07% from 453); Blue value is 13 (5.47% from 255 or 2.87% from 453); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFE0D is #4501F2. Grayscale: #CFCFCF. Windows color (decimal): -4522483 or 917178. OLE color: 917178.

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

Color convert

RGB 186 254 13 -
CMYK 0.27 0 0.95 0.00
HSL 76.93º 0.99% 0.52% -
HSV(B) 76.93º 0.95% 1% -
XYZ 55.76 81.35 13.14 -
YUV 206.19 18.97 113.6 -
System Red Green Blue C M Y K H S L
Decimal 186 254 13 0.27 0 0.95 0.00 76.93 0.99 0.52
Hex BA FE D 1B 0 5F 0 4D 63 34
Octal 272 376 15 33 0 137 0 115 143 64
Binary 10111010 11111110 1101 11011 0 1011111 0 1001101 1100011 110100

Color Harmonies of #BAFE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFE0D

Black with #BAFE0D

Text Example


Text Example

White with #BAFE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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