Html Css Color HEX #BEFC0D Electric Lime

📋 copy color: '#BEFC0D'

red 190 ◦ green 252 ◦ blue 13

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

Shades of Electric Lime #BEFC0D

Tints of Electric Lime #BEFC0D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 55.38%

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

R = 41.76%
G = 55.38%
B = 2.86%

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

#BEFC0D (or 0xBEFC0D) is known color: Electric Lime. HEX triplet: BE, FC and 0D. RGB value is (190,252,13). Sum of RGB (Red+Green+Blue) = 190+252+13=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 252 (98.83% from 255 or 55.38% from 455); Blue value is 13 (5.47% from 255 or 2.86% from 455); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEFC0D is #4103F2. Grayscale: #CFCFCF. Windows color (decimal): -4260851 or 916670. OLE color: 916670.

HSL color Cylindrical-coordinate representation of color #BEFC0D: hue angle of 75.56º 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 #BEFC0D is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 252 13 -
CMYK 0.25 0 0.95 0.01
HSL 75.56º 0.98% 0.52% -
HSV(B) 75.56º 0.95% 0.99% -
XYZ 56.12 80.6 12.98 -
YUV 206.22 18.96 116.43 -
System Red Green Blue C M Y K H S L
Decimal 190 252 13 0.25 0 0.95 0.01 75.56 0.98 0.52
Hex BE FC D 19 0 5F 1 4C 62 34
Octal 276 374 15 31 0 137 1 114 142 64
Binary 10111110 11111100 1101 11001 0 1011111 1 1001100 1100010 110100

Color Harmonies of #BEFC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFC0D

Black with #BEFC0D

Text Example


Text Example

White with #BEFC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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