Html Css Color HEX #BDEC00 Electric Lime

📋 copy color: '#BDEC00'

red 189 ◦ green 236 ◦ blue 0

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

Shades of Electric Lime #BDEC00

Tints of Electric Lime #BDEC00

RGB

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

 GREEN value IS 236 (92.58% from 255) = 55.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.47%
G = 55.53%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#BDEC00 (or 0xBDEC00) is known color: Electric Lime. HEX triplet: BD, EC and 00. RGB value is (189,236,0). Sum of RGB (Red+Green+Blue) = 189+236+0=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 236 (92.58% from 255 or 55.53% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDEC00 is #4213FF. Grayscale: #C3C3C3. Windows color (decimal): -4330496 or 60605. OLE color: 60605.

HSL color Cylindrical-coordinate representation of color #BDEC00: hue angle of 71.95º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDEC00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 236 0 -
CMYK 0.20 0 1 0.07
HSL 71.95º 1% 0.46% -
HSV(B) 71.95º 1% 0.93% -
XYZ 50.98 70.81 10.98 -
YUV 195.04 17.93 123.69 -
System Red Green Blue C M Y K H S L
Decimal 189 236 0 0.20 0 1 0.07 71.95 1 0.46
Hex BD EC 0 14 0 64 7 48 64 2E
Octal 275 354 0 24 0 144 7 110 144 56
Binary 10111101 11101100 0 10100 0 1100100 111 1001000 1100100 101110

Color Harmonies of #BDEC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEC00

Black with #BDEC00

Text Example


Text Example

White with #BDEC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEC00; }

 p { color: rgb(189,236,0); }

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

background-color css

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

 a { background-color: rgb(189,236,0); }

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

border-color css

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

 span { border-color: rgb(189,236,0); }

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