Html Css Color HEX #BFFF0D Electric Lime

📋 copy color: '#BFFF0D'

red 191 ◦ green 255 ◦ blue 13

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

Shades of Electric Lime #BFFF0D

Tints of Electric Lime #BFFF0D

RGB

 RED value IS 191 (75% from 255) = 41.61%

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

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

R = 41.61%
G = 55.56%
B = 2.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#BFFF0D (or 0xBFFF0D) is known color: Electric Lime. HEX triplet: BF, FF and 0D. RGB value is (191,255,13). Sum of RGB (Red+Green+Blue) = 191+255+13=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 255 (100% from 255 or 55.56% from 459); Blue value is 13 (5.47% from 255 or 2.83% from 459); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFF0D is #4000F2. Grayscale: #D1D1D1. Windows color (decimal): -4194547 or 917439. OLE color: 917439.

HSL color Cylindrical-coordinate representation of color #BFFF0D: hue angle of 75.87º 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 #BFFF0D is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 191 255 13 -
CMYK 0.25 0 0.95 0
HSL 75.87º 1% 0.53% -
HSV(B) 75.87º 0.95% 1% -
XYZ 57.32 82.63 13.31 -
YUV 208.28 17.8 115.68 -
System Red Green Blue C M Y K H S L
Decimal 191 255 13 0.25 0 0.95 0 75.87 1 0.53
Hex BF FF D 19 0 5F 0 4C 64 35
Octal 277 377 15 31 0 137 0 114 144 65
Binary 10111111 11111111 1101 11001 0 1011111 0 1001100 1100100 110101

Color Harmonies of #BFFF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFF0D

Black with #BFFF0D

Text Example


Text Example

White with #BFFF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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