Html Css Color HEX #BDFD0F Electric Lime

📋 copy color: '#BDFD0F'

red 189 ◦ green 253 ◦ blue 15

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

Shades of Electric Lime #BDFD0F

Tints of Electric Lime #BDFD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.28%

R = 41.36%
G = 55.36%
B = 3.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#BDFD0F (or 0xBDFD0F) is known color: Electric Lime. HEX triplet: BD, FD and 0F. RGB value is (189,253,15). Sum of RGB (Red+Green+Blue) = 189+253+15=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 253 (99.22% from 255 or 55.36% from 457); Blue value is 15 (6.25% from 255 or 3.28% from 457); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFD0F is #4202F0. Grayscale: #CFCFCF. Windows color (decimal): -4326129 or 1047997. OLE color: 1047997.

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

Color convert

RGB 189 253 15 -
CMYK 0.25 0 0.94 0.01
HSL 76.13º 0.98% 0.53% -
HSV(B) 76.13º 0.94% 0.99% -
XYZ 56.2 81.1 13.14 -
YUV 206.73 19.8 115.35 -
System Red Green Blue C M Y K H S L
Decimal 189 253 15 0.25 0 0.94 0.01 76.13 0.98 0.53
Hex BD FD F 19 0 5E 1 4C 62 35
Octal 275 375 17 31 0 136 1 114 142 65
Binary 10111101 11111101 1111 11001 0 1011110 1 1001100 1100010 110101

Color Harmonies of #BDFD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFD0F

Black with #BDFD0F

Text Example


Text Example

White with #BDFD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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