Html Css Color HEX #BDF603 Electric Lime

📋 copy color: '#BDF603'

red 189 ◦ green 246 ◦ blue 3

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

Shades of Electric Lime #BDF603

Tints of Electric Lime #BDF603

RGB

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

 GREEN value IS 246 (96.48% from 255) = 56.16%

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

R = 43.15%
G = 56.16%
B = 0.68%

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

#BDF603 (or 0xBDF603) is known color: Electric Lime. HEX triplet: BD, F6 and 03. RGB value is (189,246,3). Sum of RGB (Red+Green+Blue) = 189+246+3=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 246 (96.48% from 255 or 56.16% from 438); Blue value is 3 (1.56% from 255 or 0.68% from 438); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF603 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF603 is #4209FC. Grayscale: #CACACA. Windows color (decimal): -4327933 or 259773. OLE color: 259773.

HSL color Cylindrical-coordinate representation of color #BDF603: hue angle of 74.07º 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 #BDF603 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 3 -
CMYK 0.23 0 0.99 0.04
HSL 74.07º 0.98% 0.49% -
HSV(B) 74.07º 0.99% 0.96% -
XYZ 53.96 76.74 12.05 -
YUV 201.26 16.12 119.26 -
System Red Green Blue C M Y K H S L
Decimal 189 246 3 0.23 0 0.99 0.04 74.07 0.98 0.49
Hex BD F6 3 17 0 63 4 4A 62 31
Octal 275 366 3 27 0 143 4 112 142 61
Binary 10111101 11110110 11 10111 0 1100011 100 1001010 1100010 110001

Color Harmonies of #BDF603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF603

Black with #BDF603

Text Example


Text Example

White with #BDF603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF603; }

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

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

background-color css

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

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

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

border-color css

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

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

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