Html Css Color HEX #BDFD15 Electric Lime

📋 copy color: '#BDFD15'

red 189 ◦ green 253 ◦ blue 21

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

Shades of Electric Lime #BDFD15

Tints of Electric Lime #BDFD15

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.64%

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

R = 40.82%
G = 54.64%
B = 4.54%

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

#BDFD15 (or 0xBDFD15) is known color: Electric Lime. HEX triplet: BD, FD and 15. RGB value is (189,253,21). Sum of RGB (Red+Green+Blue) = 189+253+21=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 253 (99.22% from 255 or 54.64% from 463); Blue value is 21 (8.59% from 255 or 4.54% from 463); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFD15 is #4202EA. Grayscale: #D0D0D0. Windows color (decimal): -4326123 or 1441213. OLE color: 1441213.

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

Color convert

RGB 189 253 21 -
CMYK 0.25 0 0.92 0.01
HSL 76.55º 0.98% 0.54% -
HSV(B) 76.55º 0.92% 0.99% -
XYZ 56.25 81.12 13.4 -
YUV 207.42 22.8 114.86 -
System Red Green Blue C M Y K H S L
Decimal 189 253 21 0.25 0 0.92 0.01 76.55 0.98 0.54
Hex BD FD 15 19 0 5C 1 4D 62 36
Octal 275 375 25 31 0 134 1 115 142 66
Binary 10111101 11111101 10101 11001 0 1011100 1 1001101 1100010 110110

Color Harmonies of #BDFD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFD15

Black with #BDFD15

Text Example


Text Example

White with #BDFD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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