Html Css Color HEX #BDFE05 Electric Lime

📋 copy color: '#BDFE05'

red 189 ◦ green 254 ◦ blue 5

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

Shades of Electric Lime #BDFE05

Tints of Electric Lime #BDFE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 42.19%
G = 56.7%
B = 1.12%

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

#BDFE05 (or 0xBDFE05) is known color: Electric Lime. HEX triplet: BD, FE and 05. RGB value is (189,254,5). Sum of RGB (Red+Green+Blue) = 189+254+5=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 254 (99.61% from 255 or 56.70% from 448); Blue value is 5 (2.34% from 255 or 1.12% from 448); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFE05 is #4201FA. Grayscale: #CFCFCF. Windows color (decimal): -4325883 or 392893. OLE color: 392893.

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

Color convert

RGB 189 254 5 -
CMYK 0.26 0 0.98 0.00
HSL 75.66º 0.99% 0.51% -
HSV(B) 75.66º 0.98% 1% -
XYZ 56.46 81.71 12.94 -
YUV 206.18 14.47 115.75 -
System Red Green Blue C M Y K H S L
Decimal 189 254 5 0.26 0 0.98 0.00 75.66 0.99 0.51
Hex BD FE 5 1A 0 62 0 4C 63 33
Octal 275 376 5 32 0 142 0 114 143 63
Binary 10111101 11111110 101 11010 0 1100010 0 1001100 1100011 110011

Color Harmonies of #BDFE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE05

Black with #BDFE05

Text Example


Text Example

White with #BDFE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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