Html Css Color HEX #BEFD12 Electric Lime

📋 copy color: '#BEFD12'

red 190 ◦ green 253 ◦ blue 18

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

Shades of Electric Lime #BEFD12

Tints of Electric Lime #BEFD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.9%

R = 41.21%
G = 54.88%
B = 3.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#BEFD12 (or 0xBEFD12) is known color: Electric Lime. HEX triplet: BE, FD and 12. RGB value is (190,253,18). Sum of RGB (Red+Green+Blue) = 190+253+18=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 253 (99.22% from 255 or 54.88% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFD12 is #4102ED. Grayscale: #D0D0D0. Windows color (decimal): -4260590 or 1244606. OLE color: 1244606.

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

Color convert

RGB 190 253 18 -
CMYK 0.25 0 0.93 0.01
HSL 76.09º 0.98% 0.53% -
HSV(B) 76.09º 0.93% 0.99% -
XYZ 56.47 81.24 13.28 -
YUV 207.37 21.13 115.61 -
System Red Green Blue C M Y K H S L
Decimal 190 253 18 0.25 0 0.93 0.01 76.09 0.98 0.53
Hex BE FD 12 19 0 5D 1 4C 62 35
Octal 276 375 22 31 0 135 1 114 142 65
Binary 10111110 11111101 10010 11001 0 1011101 1 1001100 1100010 110101

Color Harmonies of #BEFD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFD12

Black with #BEFD12

Text Example


Text Example

White with #BEFD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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