Html Css Color HEX #BDFD10 Electric Lime

📋 copy color: '#BDFD10'

red 189 ◦ green 253 ◦ blue 16

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

Shades of Electric Lime #BDFD10

Tints of Electric Lime #BDFD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.49%

R = 41.27%
G = 55.24%
B = 3.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#BDFD10 (or 0xBDFD10) is known color: Electric Lime. HEX triplet: BD, FD and 10. RGB value is (189,253,16). Sum of RGB (Red+Green+Blue) = 189+253+16=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 253 (99.22% from 255 or 55.24% from 458); Blue value is 16 (6.64% from 255 or 3.49% from 458); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFD10 is #4202EF. Grayscale: #CFCFCF. Windows color (decimal): -4326128 or 1113533. OLE color: 1113533.

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

Color convert

RGB 189 253 16 -
CMYK 0.25 0 0.94 0.01
HSL 76.2º 0.98% 0.53% -
HSV(B) 76.2º 0.94% 0.99% -
XYZ 56.21 81.11 13.18 -
YUV 206.85 20.3 115.27 -
System Red Green Blue C M Y K H S L
Decimal 189 253 16 0.25 0 0.94 0.01 76.2 0.98 0.53
Hex BD FD 10 19 0 5E 1 4C 62 35
Octal 275 375 20 31 0 136 1 114 142 65
Binary 10111101 11111101 10000 11001 0 1011110 1 1001100 1100010 110101

Color Harmonies of #BDFD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFD10

Black with #BDFD10

Text Example


Text Example

White with #BDFD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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