Html Css Color HEX #BDF305 Electric Lime

📋 copy color: '#BDF305'

red 189 ◦ green 243 ◦ blue 5

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

Shades of Electric Lime #BDF305

Tints of Electric Lime #BDF305

RGB

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

 GREEN value IS 243 (95.31% from 255) = 55.61%

 BLUE value IS 5 (2.34% from 255) = 1.14%

R = 43.25%
G = 55.61%
B = 1.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#BDF305 (or 0xBDF305) is known color: Electric Lime. HEX triplet: BD, F3 and 05. RGB value is (189,243,5). Sum of RGB (Red+Green+Blue) = 189+243+5=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 243 (95.31% from 255 or 55.61% from 437); Blue value is 5 (2.34% from 255 or 1.14% from 437); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF305 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF305 is #420CFA. Grayscale: #C8C8C8. Windows color (decimal): -4328699 or 390077. OLE color: 390077.

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

Color convert

RGB 189 243 5 -
CMYK 0.22 0 0.98 0.05
HSL 73.61º 0.96% 0.49% -
HSV(B) 73.61º 0.98% 0.95% -
XYZ 53.06 74.93 11.81 -
YUV 199.72 18.11 120.35 -
System Red Green Blue C M Y K H S L
Decimal 189 243 5 0.22 0 0.98 0.05 73.61 0.96 0.49
Hex BD F3 5 16 0 62 5 4A 60 31
Octal 275 363 5 26 0 142 5 112 140 61
Binary 10111101 11110011 101 10110 0 1100010 101 1001010 1100000 110001

Color Harmonies of #BDF305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF305

Black with #BDF305

Text Example


Text Example

White with #BDF305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF305; }

 p { color: rgb(189,243,5); }

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

background-color css

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

 a { background-color: rgb(189,243,5); }

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

border-color css

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

 span { border-color: rgb(189,243,5); }

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