Html Css Color HEX #BEEF00 Electric Lime

📋 copy color: '#BEEF00'

red 190 ◦ green 239 ◦ blue 0

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

Shades of Electric Lime #BEEF00

Tints of Electric Lime #BEEF00

RGB

 RED value IS 190 (74.61% from 255) = 44.29%

 GREEN value IS 239 (93.75% from 255) = 55.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.29%
G = 55.71%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#BEEF00 (or 0xBEEF00) is known color: Electric Lime. HEX triplet: BE, EF and 00. RGB value is (190,239,0). Sum of RGB (Red+Green+Blue) = 190+239+0=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 239 (93.75% from 255 or 55.71% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEEF00 is #4110FF. Grayscale: #C6C6C6. Windows color (decimal): -4264192 or 61374. OLE color: 61374.

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

Color convert

RGB 190 239 0 -
CMYK 0.21 0 1 0.06
HSL 72.3º 1% 0.47% -
HSV(B) 72.3º 1% 0.94% -
XYZ 52.1 72.68 11.28 -
YUV 197.1 16.77 122.93 -
System Red Green Blue C M Y K H S L
Decimal 190 239 0 0.21 0 1 0.06 72.3 1 0.47
Hex BE EF 0 15 0 64 6 48 64 2F
Octal 276 357 0 25 0 144 6 110 144 57
Binary 10111110 11101111 0 10101 0 1100100 110 1001000 1100100 101111

Color Harmonies of #BEEF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEF00

Black with #BEEF00

Text Example


Text Example

White with #BEEF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEF00; }

 p { color: rgb(190,239,0); }

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

background-color css

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

 a { background-color: rgb(190,239,0); }

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

border-color css

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

 span { border-color: rgb(190,239,0); }

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