Html Css Color HEX #BDF203 Electric Lime

📋 copy color: '#BDF203'

red 189 ◦ green 242 ◦ blue 3

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

Shades of Electric Lime #BDF203

Tints of Electric Lime #BDF203

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55.76%

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

R = 43.55%
G = 55.76%
B = 0.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#BDF203 (or 0xBDF203) is known color: Electric Lime. HEX triplet: BD, F2 and 03. RGB value is (189,242,3). Sum of RGB (Red+Green+Blue) = 189+242+3=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 242 (94.92% from 255 or 55.76% from 434); Blue value is 3 (1.56% from 255 or 0.69% from 434); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF203 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF203 is #420DFC. Grayscale: #C7C7C7. Windows color (decimal): -4328957 or 258749. OLE color: 258749.

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

Color convert

RGB 189 242 3 -
CMYK 0.22 0 0.99 0.05
HSL 73.31º 0.98% 0.48% -
HSV(B) 73.31º 0.99% 0.95% -
XYZ 52.75 74.33 11.65 -
YUV 198.91 17.44 120.93 -
System Red Green Blue C M Y K H S L
Decimal 189 242 3 0.22 0 0.99 0.05 73.31 0.98 0.48
Hex BD F2 3 16 0 63 5 49 62 30
Octal 275 362 3 26 0 143 5 111 142 60
Binary 10111101 11110010 11 10110 0 1100011 101 1001001 1100010 110000

Color Harmonies of #BDF203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF203

Black with #BDF203

Text Example


Text Example

White with #BDF203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF203; }

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

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

background-color css

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

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

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

border-color css

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

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

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