Html Css Color HEX #BDFE04 Electric Lime

📋 copy color: '#BDFE04'

red 189 ◦ green 254 ◦ blue 4

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

Shades of Electric Lime #BDFE04

Tints of Electric Lime #BDFE04

RGB

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

 GREEN value IS 254 (99.61% from 255) = 56.82%

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

R = 42.28%
G = 56.82%
B = 0.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#BDFE04 (or 0xBDFE04) is known color: Electric Lime. HEX triplet: BD, FE and 04. RGB value is (189,254,4). Sum of RGB (Red+Green+Blue) = 189+254+4=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 254 (99.61% from 255 or 56.82% from 447); Blue value is 4 (1.95% from 255 or 0.89% from 447); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFE04 is #4201FB. Grayscale: #CECECE. Windows color (decimal): -4325884 or 327357. OLE color: 327357.

HSL color Cylindrical-coordinate representation of color #BDFE04: hue angle of 75.6º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDFE04 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 254 4 -
CMYK 0.26 0 0.98 0.00
HSL 75.6º 0.99% 0.51% -
HSV(B) 75.6º 0.98% 1% -
XYZ 56.45 81.71 12.91 -
YUV 206.07 13.97 115.83 -
System Red Green Blue C M Y K H S L
Decimal 189 254 4 0.26 0 0.98 0.00 75.6 0.99 0.51
Hex BD FE 4 1A 0 62 0 4C 63 33
Octal 275 376 4 32 0 142 0 114 143 63
Binary 10111101 11111110 100 11010 0 1100010 0 1001100 1100011 110011

Color Harmonies of #BDFE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE04

Black with #BDFE04

Text Example


Text Example

White with #BDFE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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