Html Css Color HEX #BDF003 Electric Lime

📋 copy color: '#BDF003'

red 189 ◦ green 240 ◦ blue 3

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

Shades of Electric Lime #BDF003

Tints of Electric Lime #BDF003

RGB

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

 GREEN value IS 240 (94.14% from 255) = 55.56%

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

R = 43.75%
G = 55.56%
B = 0.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#BDF003 (or 0xBDF003) is known color: Electric Lime. HEX triplet: BD, F0 and 03. RGB value is (189,240,3). Sum of RGB (Red+Green+Blue) = 189+240+3=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 240 (94.14% from 255 or 55.56% from 432); Blue value is 3 (1.56% from 255 or 0.69% from 432); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF003 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF003 is #420FFC. Grayscale: #C6C6C6. Windows color (decimal): -4329469 or 258237. OLE color: 258237.

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

Color convert

RGB 189 240 3 -
CMYK 0.21 0 0.99 0.06
HSL 72.91º 0.98% 0.48% -
HSV(B) 72.91º 0.99% 0.94% -
XYZ 52.16 73.15 11.46 -
YUV 197.73 18.1 121.77 -
System Red Green Blue C M Y K H S L
Decimal 189 240 3 0.21 0 0.99 0.06 72.91 0.98 0.48
Hex BD F0 3 15 0 63 6 49 62 30
Octal 275 360 3 25 0 143 6 111 142 60
Binary 10111101 11110000 11 10101 0 1100011 110 1001001 1100010 110000

Color Harmonies of #BDF003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF003

Black with #BDF003

Text Example


Text Example

White with #BDF003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF003; }

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

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

background-color css

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

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

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

border-color css

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

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

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