Html Css Color HEX #BDFC04 Electric Lime

📋 copy color: '#BDFC04'

red 189 ◦ green 252 ◦ blue 4

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

Shades of Electric Lime #BDFC04

Tints of Electric Lime #BDFC04

RGB

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

 GREEN value IS 252 (98.83% from 255) = 56.63%

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

R = 42.47%
G = 56.63%
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

#BDFC04 (or 0xBDFC04) is known color: Electric Lime. HEX triplet: BD, FC and 04. RGB value is (189,252,4). Sum of RGB (Red+Green+Blue) = 189+252+4=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 252 (98.83% from 255 or 56.63% from 445); Blue value is 4 (1.95% from 255 or 0.90% from 445); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFC04 is #4203FB. Grayscale: #CDCDCD. Windows color (decimal): -4326396 or 326845. OLE color: 326845.

HSL color Cylindrical-coordinate representation of color #BDFC04: hue angle of 75.24º 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 #BDFC04 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 252 4 -
CMYK 0.25 0 0.98 0.01
HSL 75.24º 0.98% 0.5% -
HSV(B) 75.24º 0.98% 0.99% -
XYZ 55.82 80.45 12.7 -
YUV 204.89 14.63 116.67 -
System Red Green Blue C M Y K H S L
Decimal 189 252 4 0.25 0 0.98 0.01 75.24 0.98 0.5
Hex BD FC 4 19 0 62 1 4B 62 32
Octal 275 374 4 31 0 142 1 113 142 62
Binary 10111101 11111100 100 11001 0 1100010 1 1001011 1100010 110010

Color Harmonies of #BDFC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFC04

Black with #BDFC04

Text Example


Text Example

White with #BDFC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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