Html Css Color HEX #BDF70D Electric Lime

📋 copy color: '#BDF70D'

red 189 ◦ green 247 ◦ blue 13

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

Shades of Electric Lime #BDF70D

Tints of Electric Lime #BDF70D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 55.01%

 BLUE value IS 13 (5.47% from 255) = 2.9%

R = 42.09%
G = 55.01%
B = 2.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#BDF70D (or 0xBDF70D) is known color: Electric Lime. HEX triplet: BD, F7 and 0D. RGB value is (189,247,13). Sum of RGB (Red+Green+Blue) = 189+247+13=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 247 (96.88% from 255 or 55.01% from 449); Blue value is 13 (5.47% from 255 or 2.90% from 449); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF70D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF70D is #4208F2. Grayscale: #CBCBCB. Windows color (decimal): -4327667 or 915389. OLE color: 915389.

HSL color Cylindrical-coordinate representation of color #BDF70D: hue angle of 74.87º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDF70D is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 13 -
CMYK 0.23 0 0.95 0.03
HSL 74.87º 0.94% 0.51% -
HSV(B) 74.87º 0.95% 0.97% -
XYZ 54.32 77.37 12.45 -
YUV 202.98 20.78 118.03 -
System Red Green Blue C M Y K H S L
Decimal 189 247 13 0.23 0 0.95 0.03 74.87 0.94 0.51
Hex BD F7 D 17 0 5F 3 4B 5E 33
Octal 275 367 15 27 0 137 3 113 136 63
Binary 10111101 11110111 1101 10111 0 1011111 11 1001011 1011110 110011

Color Harmonies of #BDF70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF70D

Black with #BDF70D

Text Example


Text Example

White with #BDF70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF70D; }

 p { color: rgb(189,247,13); }

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

background-color css

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

 a { background-color: rgb(189,247,13); }

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

border-color css

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

 span { border-color: rgb(189,247,13); }

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