Html Css Color HEX #BDF90D Electric Lime

📋 copy color: '#BDF90D'

red 189 ◦ green 249 ◦ blue 13

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

Shades of Electric Lime #BDF90D

Tints of Electric Lime #BDF90D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 55.21%

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

R = 41.91%
G = 55.21%
B = 2.88%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#BDF90D (or 0xBDF90D) is known color: Electric Lime. HEX triplet: BD, F9 and 0D. RGB value is (189,249,13). Sum of RGB (Red+Green+Blue) = 189+249+13=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 249 (97.66% from 255 or 55.21% from 451); Blue value is 13 (5.47% from 255 or 2.88% from 451); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF90D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF90D is #4206F2. Grayscale: #CDCDCD. Windows color (decimal): -4327155 or 915901. OLE color: 915901.

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

Color convert

RGB 189 249 13 -
CMYK 0.24 0 0.95 0.02
HSL 75.25º 0.95% 0.51% -
HSV(B) 75.25º 0.95% 0.98% -
XYZ 54.93 78.6 12.66 -
YUV 204.16 20.12 117.19 -
System Red Green Blue C M Y K H S L
Decimal 189 249 13 0.24 0 0.95 0.02 75.25 0.95 0.51
Hex BD F9 D 18 0 5F 2 4B 5F 33
Octal 275 371 15 30 0 137 2 113 137 63
Binary 10111101 11111001 1101 11000 0 1011111 10 1001011 1011111 110011

Color Harmonies of #BDF90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF90D

Black with #BDF90D

Text Example


Text Example

White with #BDF90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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