Html Css Color HEX #BEEF02 Electric Lime

📋 copy color: '#BEEF02'

red 190 ◦ green 239 ◦ blue 2

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

Shades of Electric Lime #BEEF02

Tints of Electric Lime #BEEF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 44.08%
G = 55.45%
B = 0.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#BEEF02 (or 0xBEEF02) is known color: Electric Lime. HEX triplet: BE, EF and 02. RGB value is (190,239,2). Sum of RGB (Red+Green+Blue) = 190+239+2=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 239 (93.75% from 255 or 55.45% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEF02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEEF02 is #4110FD. Grayscale: #C6C6C6. Windows color (decimal): -4264190 or 192446. OLE color: 192446.

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

Color convert

RGB 190 239 2 -
CMYK 0.21 0 0.99 0.06
HSL 72.41º 0.98% 0.47% -
HSV(B) 72.41º 0.99% 0.94% -
XYZ 52.11 72.68 11.34 -
YUV 197.33 17.77 122.77 -
System Red Green Blue C M Y K H S L
Decimal 190 239 2 0.21 0 0.99 0.06 72.41 0.98 0.47
Hex BE EF 2 15 0 63 6 48 62 2F
Octal 276 357 2 25 0 143 6 110 142 57
Binary 10111110 11101111 10 10101 0 1100011 110 1001000 1100010 101111

Color Harmonies of #BEEF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEF02

Black with #BEEF02

Text Example


Text Example

White with #BEEF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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