Html Css Color HEX #BAFE05 Electric Lime

📋 copy color: '#BAFE05'

red 186 ◦ green 254 ◦ blue 5

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

Shades of Electric Lime #BAFE05

Tints of Electric Lime #BAFE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 41.8%
G = 57.08%
B = 1.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#BAFE05 (or 0xBAFE05) is known color: Electric Lime. HEX triplet: BA, FE and 05. RGB value is (186,254,5). Sum of RGB (Red+Green+Blue) = 186+254+5=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 254 (99.61% from 255 or 57.08% from 445); Blue value is 5 (2.34% from 255 or 1.12% from 445); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFE05 is #4501FA. Grayscale: #CECECE. Windows color (decimal): -4522491 or 392890. OLE color: 392890.

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

Color convert

RGB 186 254 5 -
CMYK 0.27 0 0.98 0.00
HSL 76.39º 0.99% 0.51% -
HSV(B) 76.39º 0.98% 1% -
XYZ 55.72 81.33 12.91 -
YUV 205.28 14.97 114.25 -
System Red Green Blue C M Y K H S L
Decimal 186 254 5 0.27 0 0.98 0.00 76.39 0.99 0.51
Hex BA FE 5 1B 0 62 0 4C 63 33
Octal 272 376 5 33 0 142 0 114 143 63
Binary 10111010 11111110 101 11011 0 1100010 0 1001100 1100011 110011

Color Harmonies of #BAFE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFE05

Black with #BAFE05

Text Example


Text Example

White with #BAFE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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