Html Css Color HEX #BDFC00 Electric Lime

📋 copy color: '#BDFC00'

red 189 ◦ green 252 ◦ blue 0

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

Shades of Electric Lime #BDFC00

Tints of Electric Lime #BDFC00

RGB

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

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

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

R = 42.86%
G = 57.14%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#BDFC00 (or 0xBDFC00) is known color: Electric Lime. HEX triplet: BD, FC and 00. RGB value is (189,252,0). Sum of RGB (Red+Green+Blue) = 189+252+0=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 252 (98.83% from 255 or 57.14% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFC00 is #4203FF. Grayscale: #CDCDCD. Windows color (decimal): -4326400 or 64701. OLE color: 64701.

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

Color convert

RGB 189 252 0 -
CMYK 0.25 0 1 0.01
HSL 75º 1% 0.49% -
HSV(B) 75º 1% 0.99% -
XYZ 55.8 80.44 12.59 -
YUV 204.44 12.63 116.99 -
System Red Green Blue C M Y K H S L
Decimal 189 252 0 0.25 0 1 0.01 75 1 0.49
Hex BD FC 0 19 0 64 1 4B 64 31
Octal 275 374 0 31 0 144 1 113 144 61
Binary 10111101 11111100 0 11001 0 1100100 1 1001011 1100100 110001

Color Harmonies of #BDFC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFC00

Black with #BDFC00

Text Example


Text Example

White with #BDFC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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