Html Css Color HEX #BEFD0B Electric Lime

📋 copy color: '#BEFD0B'

red 190 ◦ green 253 ◦ blue 11

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

Shades of Electric Lime #BEFD0B

Tints of Electric Lime #BEFD0B

RGB

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

 GREEN value IS 253 (99.22% from 255) = 55.73%

 BLUE value IS 11 (4.69% from 255) = 2.42%

R = 41.85%
G = 55.73%
B = 2.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#BEFD0B (or 0xBEFD0B) is known color: Electric Lime. HEX triplet: BE, FD and 0B. RGB value is (190,253,11). Sum of RGB (Red+Green+Blue) = 190+253+11=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 253 (99.22% from 255 or 55.73% from 454); Blue value is 11 (4.69% from 255 or 2.42% from 454); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFD0B is #4102F4. Grayscale: #CFCFCF. Windows color (decimal): -4260597 or 785854. OLE color: 785854.

HSL color Cylindrical-coordinate representation of color #BEFD0B: hue angle of 75.62º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BEFD0B is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 253 11 -
CMYK 0.25 0 0.96 0.01
HSL 75.62º 0.98% 0.52% -
HSV(B) 75.62º 0.96% 0.99% -
XYZ 56.42 81.22 13.02 -
YUV 206.58 17.63 116.18 -
System Red Green Blue C M Y K H S L
Decimal 190 253 11 0.25 0 0.96 0.01 75.62 0.98 0.52
Hex BE FD B 19 0 60 1 4C 62 34
Octal 276 375 13 31 0 140 1 114 142 64
Binary 10111110 11111101 1011 11001 0 1100000 1 1001100 1100010 110100

Color Harmonies of #BEFD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFD0B

Black with #BEFD0B

Text Example


Text Example

White with #BEFD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFD0B; }

 p { color: rgb(190,253,11); }

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

background-color css

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

 a { background-color: rgb(190,253,11); }

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

border-color css

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

 span { border-color: rgb(190,253,11); }

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