Html Css Color HEX #BEFD0D Electric Lime

📋 copy color: '#BEFD0D'

red 190 ◦ green 253 ◦ blue 13

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

Shades of Electric Lime #BEFD0D

Tints of Electric Lime #BEFD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.85%

R = 41.67%
G = 55.48%
B = 2.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#BEFD0D (or 0xBEFD0D) is known color: Electric Lime. HEX triplet: BE, FD and 0D. RGB value is (190,253,13). Sum of RGB (Red+Green+Blue) = 190+253+13=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 253 (99.22% from 255 or 55.48% from 456); Blue value is 13 (5.47% from 255 or 2.85% from 456); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFD0D is #4102F2. Grayscale: #CFCFCF. Windows color (decimal): -4260595 or 916926. OLE color: 916926.

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

Color convert

RGB 190 253 13 -
CMYK 0.25 0 0.95 0.01
HSL 75.75º 0.98% 0.52% -
HSV(B) 75.75º 0.95% 0.99% -
XYZ 56.43 81.23 13.08 -
YUV 206.8 18.63 116.01 -
System Red Green Blue C M Y K H S L
Decimal 190 253 13 0.25 0 0.95 0.01 75.75 0.98 0.52
Hex BE FD D 19 0 5F 1 4C 62 34
Octal 276 375 15 31 0 137 1 114 142 64
Binary 10111110 11111101 1101 11001 0 1011111 1 1001100 1100010 110100

Color Harmonies of #BEFD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFD0D

Black with #BEFD0D

Text Example


Text Example

White with #BEFD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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