Html Css Color HEX #BDF604 Electric Lime

📋 copy color: '#BDF604'

red 189 ◦ green 246 ◦ blue 4

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

Shades of Electric Lime #BDF604

Tints of Electric Lime #BDF604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.91%

R = 43.05%
G = 56.04%
B = 0.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#BDF604 (or 0xBDF604) is known color: Electric Lime. HEX triplet: BD, F6 and 04. RGB value is (189,246,4). Sum of RGB (Red+Green+Blue) = 189+246+4=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 246 (96.48% from 255 or 56.04% from 439); Blue value is 4 (1.95% from 255 or 0.91% from 439); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF604 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF604 is #4209FB. Grayscale: #CACACA. Windows color (decimal): -4327932 or 325309. OLE color: 325309.

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

Color convert

RGB 189 246 4 -
CMYK 0.23 0 0.98 0.04
HSL 74.13º 0.97% 0.49% -
HSV(B) 74.13º 0.98% 0.96% -
XYZ 53.96 76.74 12.08 -
YUV 201.37 16.62 119.18 -
System Red Green Blue C M Y K H S L
Decimal 189 246 4 0.23 0 0.98 0.04 74.13 0.97 0.49
Hex BD F6 4 17 0 62 4 4A 61 31
Octal 275 366 4 27 0 142 4 112 141 61
Binary 10111101 11110110 100 10111 0 1100010 100 1001010 1100001 110001

Color Harmonies of #BDF604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF604

Black with #BDF604

Text Example


Text Example

White with #BDF604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF604; }

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

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

background-color css

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

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

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

border-color css

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

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

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