Html Css Color HEX #BDFC15 Electric Lime

📋 copy color: '#BDFC15'

red 189 ◦ green 252 ◦ blue 21

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

Shades of Electric Lime #BDFC15

Tints of Electric Lime #BDFC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.55%

R = 40.91%
G = 54.55%
B = 4.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#BDFC15 (or 0xBDFC15) is known color: Electric Lime. HEX triplet: BD, FC and 15. RGB value is (189,252,21). Sum of RGB (Red+Green+Blue) = 189+252+21=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 252 (98.83% from 255 or 54.55% from 462); Blue value is 21 (8.59% from 255 or 4.55% from 462); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFC15 is #4203EA. Grayscale: #CFCFCF. Windows color (decimal): -4326379 or 1440957. OLE color: 1440957.

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

Color convert

RGB 189 252 21 -
CMYK 0.25 0 0.92 0.01
HSL 76.36º 0.97% 0.54% -
HSV(B) 76.36º 0.92% 0.99% -
XYZ 55.93 80.49 13.3 -
YUV 206.83 23.13 115.28 -
System Red Green Blue C M Y K H S L
Decimal 189 252 21 0.25 0 0.92 0.01 76.36 0.97 0.54
Hex BD FC 15 19 0 5C 1 4C 61 36
Octal 275 374 25 31 0 134 1 114 141 66
Binary 10111101 11111100 10101 11001 0 1011100 1 1001100 1100001 110110

Color Harmonies of #BDFC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFC15

Black with #BDFC15

Text Example


Text Example

White with #BDFC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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