Html Css Color HEX #BDFF0D Electric Lime

📋 copy color: '#BDFF0D'

red 189 ◦ green 255 ◦ blue 13

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

Shades of Electric Lime #BDFF0D

Tints of Electric Lime #BDFF0D

RGB

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

 GREEN value IS 255 (100% from 255) = 55.8%

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

R = 41.36%
G = 55.8%
B = 2.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#BDFF0D (or 0xBDFF0D) is known color: Electric Lime. HEX triplet: BD, FF and 0D. RGB value is (189,255,13). Sum of RGB (Red+Green+Blue) = 189+255+13=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 13 (5.47% from 255 or 2.84% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFF0D is #4200F2. Grayscale: #D0D0D0. Windows color (decimal): -4325619 or 917437. OLE color: 917437.

HSL color Cylindrical-coordinate representation of color #BDFF0D: hue angle of 76.36º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDFF0D is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 189 255 13 -
CMYK 0.26 0 0.95 0
HSL 76.36º 1% 0.53% -
HSV(B) 76.36º 0.95% 1% -
XYZ 56.82 82.37 13.28 -
YUV 207.68 18.13 114.68 -
System Red Green Blue C M Y K H S L
Decimal 189 255 13 0.26 0 0.95 0 76.36 1 0.53
Hex BD FF D 1A 0 5F 0 4C 64 35
Octal 275 377 15 32 0 137 0 114 144 65
Binary 10111101 11111111 1101 11010 0 1011111 0 1001100 1100100 110101

Color Harmonies of #BDFF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFF0D

Black with #BDFF0D

Text Example


Text Example

White with #BDFF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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