Html Css Color HEX #BDFF0E Electric Lime

📋 copy color: '#BDFF0E'

red 189 ◦ green 255 ◦ blue 14

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

Shades of Electric Lime #BDFF0E

Tints of Electric Lime #BDFF0E

RGB

 RED value IS 189 (74.22% from 255) = 41.27%

 GREEN value IS 255 (100% from 255) = 55.68%

 BLUE value IS 14 (5.86% from 255) = 3.06%

R = 41.27%
G = 55.68%
B = 3.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#BDFF0E (or 0xBDFF0E) is known color: Electric Lime. HEX triplet: BD, FF and 0E. RGB value is (189,255,14). Sum of RGB (Red+Green+Blue) = 189+255+14=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 14 (5.86% from 255 or 3.06% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFF0E is #4200F1. Grayscale: #D0D0D0. Windows color (decimal): -4325618 or 982973. OLE color: 982973.

HSL color Cylindrical-coordinate representation of color #BDFF0E: hue angle of 76.43º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDFF0E is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 189 255 14 -
CMYK 0.26 0 0.95 0
HSL 76.43º 1% 0.53% -
HSV(B) 76.43º 0.95% 1% -
XYZ 56.83 82.37 13.32 -
YUV 207.79 18.63 114.6 -
System Red Green Blue C M Y K H S L
Decimal 189 255 14 0.26 0 0.95 0 76.43 1 0.53
Hex BD FF E 1A 0 5F 0 4C 64 35
Octal 275 377 16 32 0 137 0 114 144 65
Binary 10111101 11111111 1110 11010 0 1011111 0 1001100 1100100 110101

Color Harmonies of #BDFF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFF0E

Black with #BDFF0E

Text Example


Text Example

White with #BDFF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFF0E; }

 p { color: rgb(189,255,14); }

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

background-color css

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

 a { background-color: rgb(189,255,14); }

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

border-color css

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

 span { border-color: rgb(189,255,14); }

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