Html Css Color HEX #BDFE06 Electric Lime

📋 copy color: '#BDFE06'

red 189 ◦ green 254 ◦ blue 6

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

Shades of Electric Lime #BDFE06

Tints of Electric Lime #BDFE06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.34%

R = 42.09%
G = 56.57%
B = 1.34%

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

#BDFE06 (or 0xBDFE06) is known color: Electric Lime. HEX triplet: BD, FE and 06. RGB value is (189,254,6). Sum of RGB (Red+Green+Blue) = 189+254+6=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 254 (99.61% from 255 or 56.57% from 449); Blue value is 6 (2.73% from 255 or 1.34% from 449); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFE06 is #4201F9. Grayscale: #CFCFCF. Windows color (decimal): -4325882 or 458429. OLE color: 458429.

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

Color convert

RGB 189 254 6 -
CMYK 0.26 0 0.98 0.00
HSL 75.73º 0.99% 0.51% -
HSV(B) 75.73º 0.98% 1% -
XYZ 56.46 81.72 12.97 -
YUV 206.29 14.97 115.67 -
System Red Green Blue C M Y K H S L
Decimal 189 254 6 0.26 0 0.98 0.00 75.73 0.99 0.51
Hex BD FE 6 1A 0 62 0 4C 63 33
Octal 275 376 6 32 0 142 0 114 143 63
Binary 10111101 11111110 110 11010 0 1100010 0 1001100 1100011 110011

Color Harmonies of #BDFE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE06

Black with #BDFE06

Text Example


Text Example

White with #BDFE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE06; }

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

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

background-color css

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

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

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

border-color css

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

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

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