Html Css Color HEX #BDF503 Electric Lime

📋 copy color: '#BDF503'

red 189 ◦ green 245 ◦ blue 3

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

Shades of Electric Lime #BDF503

Tints of Electric Lime #BDF503

RGB

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

 GREEN value IS 245 (96.09% from 255) = 56.06%

 BLUE value IS 3 (1.56% from 255) = 0.69%

R = 43.25%
G = 56.06%
B = 0.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#BDF503 (or 0xBDF503) is known color: Electric Lime. HEX triplet: BD, F5 and 03. RGB value is (189,245,3). Sum of RGB (Red+Green+Blue) = 189+245+3=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 245 (96.09% from 255 or 56.06% from 437); Blue value is 3 (1.56% from 255 or 0.69% from 437); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF503 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF503 is #420AFC. Grayscale: #C9C9C9. Windows color (decimal): -4328189 or 259517. OLE color: 259517.

HSL color Cylindrical-coordinate representation of color #BDF503: hue angle of 73.88º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDF503 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 245 3 -
CMYK 0.23 0 0.99 0.04
HSL 73.88º 0.98% 0.49% -
HSV(B) 73.88º 0.99% 0.96% -
XYZ 53.66 76.13 11.95 -
YUV 200.67 16.45 119.68 -
System Red Green Blue C M Y K H S L
Decimal 189 245 3 0.23 0 0.99 0.04 73.88 0.98 0.49
Hex BD F5 3 17 0 63 4 4A 62 31
Octal 275 365 3 27 0 143 4 112 142 61
Binary 10111101 11110101 11 10111 0 1100011 100 1001010 1100010 110001

Color Harmonies of #BDF503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF503

Black with #BDF503

Text Example


Text Example

White with #BDF503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF503; }

 p { color: rgb(189,245,3); }

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

background-color css

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

 a { background-color: rgb(189,245,3); }

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

border-color css

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

 span { border-color: rgb(189,245,3); }

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