Html Css Color HEX #BDF301 Electric Lime

📋 copy color: '#BDF301'

red 189 ◦ green 243 ◦ blue 1

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

Shades of Electric Lime #BDF301

Tints of Electric Lime #BDF301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 43.65%
G = 56.12%
B = 0.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#BDF301 (or 0xBDF301) is known color: Electric Lime. HEX triplet: BD, F3 and 01. RGB value is (189,243,1). Sum of RGB (Red+Green+Blue) = 189+243+1=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 243 (95.31% from 255 or 56.12% from 433); Blue value is 1 (0.78% from 255 or 0.23% from 433); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF301 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF301 is #420CFE. Grayscale: #C8C8C8. Windows color (decimal): -4328703 or 127933. OLE color: 127933.

HSL color Cylindrical-coordinate representation of color #BDF301: hue angle of 73.39º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDF301 is Cyan = 0.22, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 1 -
CMYK 0.22 0 1.00 0.05
HSL 73.39º 0.99% 0.48% -
HSV(B) 73.39º 1% 0.95% -
XYZ 53.04 74.92 11.69 -
YUV 199.27 16.11 120.68 -
System Red Green Blue C M Y K H S L
Decimal 189 243 1 0.22 0 1.00 0.05 73.39 0.99 0.48
Hex BD F3 1 16 0 64 5 49 63 30
Octal 275 363 1 26 0 144 5 111 143 60
Binary 10111101 11110011 1 10110 0 1100100 101 1001001 1100011 110000

Color Harmonies of #BDF301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF301

Black with #BDF301

Text Example


Text Example

White with #BDF301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF301; }

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

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

background-color css

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

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

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

border-color css

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

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

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