Html Css Color HEX #BDFD0A Electric Lime

📋 copy color: '#BDFD0A'

red 189 ◦ green 253 ◦ blue 10

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

Shades of Electric Lime #BDFD0A

Tints of Electric Lime #BDFD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.21%

R = 41.81%
G = 55.97%
B = 2.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#BDFD0A (or 0xBDFD0A) is known color: Electric Lime. HEX triplet: BD, FD and 0A. RGB value is (189,253,10). Sum of RGB (Red+Green+Blue) = 189+253+10=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 253 (99.22% from 255 or 55.97% from 452); Blue value is 10 (4.30% from 255 or 2.21% from 452); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFD0A is #4202F5. Grayscale: #CFCFCF. Windows color (decimal): -4326134 or 720317. OLE color: 720317.

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

Color convert

RGB 189 253 10 -
CMYK 0.25 0 0.96 0.01
HSL 75.8º 0.98% 0.52% -
HSV(B) 75.8º 0.96% 0.99% -
XYZ 56.17 81.09 12.98 -
YUV 206.16 17.3 115.76 -
System Red Green Blue C M Y K H S L
Decimal 189 253 10 0.25 0 0.96 0.01 75.8 0.98 0.52
Hex BD FD A 19 0 60 1 4C 62 34
Octal 275 375 12 31 0 140 1 114 142 64
Binary 10111101 11111101 1010 11001 0 1100000 1 1001100 1100010 110100

Color Harmonies of #BDFD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFD0A

Black with #BDFD0A

Text Example


Text Example

White with #BDFD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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