Html Css Color HEX #BDFD04 Electric Lime

📋 copy color: '#BDFD04'

red 189 ◦ green 253 ◦ blue 4

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

Shades of Electric Lime #BDFD04

Tints of Electric Lime #BDFD04

RGB

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

 GREEN value IS 253 (99.22% from 255) = 56.73%

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

R = 42.38%
G = 56.73%
B = 0.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#BDFD04 (or 0xBDFD04) is known color: Electric Lime. HEX triplet: BD, FD and 04. RGB value is (189,253,4). Sum of RGB (Red+Green+Blue) = 189+253+4=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 253 (99.22% from 255 or 56.73% from 446); Blue value is 4 (1.95% from 255 or 0.90% from 446); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFD04 is #4202FB. Grayscale: #CECECE. Windows color (decimal): -4326140 or 327101. OLE color: 327101.

HSL color Cylindrical-coordinate representation of color #BDFD04: hue angle of 75.42º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDFD04 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 253 4 -
CMYK 0.25 0 0.98 0.01
HSL 75.42º 0.98% 0.5% -
HSV(B) 75.42º 0.98% 0.99% -
XYZ 56.13 81.08 12.81 -
YUV 205.48 14.3 116.25 -
System Red Green Blue C M Y K H S L
Decimal 189 253 4 0.25 0 0.98 0.01 75.42 0.98 0.5
Hex BD FD 4 19 0 62 1 4B 62 32
Octal 275 375 4 31 0 142 1 113 142 62
Binary 10111101 11111101 100 11001 0 1100010 1 1001011 1100010 110010

Color Harmonies of #BDFD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFD04

Black with #BDFD04

Text Example


Text Example

White with #BDFD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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