Html Css Color HEX #BDFD06 Electric Lime

📋 copy color: '#BDFD06'

red 189 ◦ green 253 ◦ blue 6

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

Shades of Electric Lime #BDFD06

Tints of Electric Lime #BDFD06

RGB

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

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

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

R = 42.19%
G = 56.47%
B = 1.34%

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

#BDFD06 (or 0xBDFD06) is known color: Electric Lime. HEX triplet: BD, FD and 06. RGB value is (189,253,6). Sum of RGB (Red+Green+Blue) = 189+253+6=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 253 (99.22% from 255 or 56.47% from 448); Blue value is 6 (2.73% from 255 or 1.34% from 448); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFD06 is #4202F9. Grayscale: #CECECE. Windows color (decimal): -4326138 or 458173. OLE color: 458173.

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

Color convert

RGB 189 253 6 -
CMYK 0.25 0 0.98 0.01
HSL 75.55º 0.98% 0.51% -
HSV(B) 75.55º 0.98% 0.99% -
XYZ 56.14 81.08 12.86 -
YUV 205.71 15.3 116.08 -
System Red Green Blue C M Y K H S L
Decimal 189 253 6 0.25 0 0.98 0.01 75.55 0.98 0.51
Hex BD FD 6 19 0 62 1 4C 62 33
Octal 275 375 6 31 0 142 1 114 142 63
Binary 10111101 11111101 110 11001 0 1100010 1 1001100 1100010 110011

Color Harmonies of #BDFD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFD06

Black with #BDFD06

Text Example


Text Example

White with #BDFD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFD06; }

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

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

background-color css

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

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

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

border-color css

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

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

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