Html Css Color HEX #BFFD0D Electric Lime

📋 copy color: '#BFFD0D'

red 191 ◦ green 253 ◦ blue 13

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

Shades of Electric Lime #BFFD0D

Tints of Electric Lime #BFFD0D

RGB

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

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

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

R = 41.79%
G = 55.36%
B = 2.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#BFFD0D (or 0xBFFD0D) is known color: Electric Lime. HEX triplet: BF, FD and 0D. RGB value is (191,253,13). Sum of RGB (Red+Green+Blue) = 191+253+13=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 253 (99.22% from 255 or 55.36% from 457); Blue value is 13 (5.47% from 255 or 2.84% from 457); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFD0D is #4002F2. Grayscale: #D0D0D0. Windows color (decimal): -4195059 or 916927. OLE color: 916927.

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

Color convert

RGB 191 253 13 -
CMYK 0.25 0 0.95 0.01
HSL 75.5º 0.98% 0.52% -
HSV(B) 75.5º 0.95% 0.99% -
XYZ 56.68 81.36 13.1 -
YUV 207.1 18.46 116.51 -
System Red Green Blue C M Y K H S L
Decimal 191 253 13 0.25 0 0.95 0.01 75.5 0.98 0.52
Hex BF FD D 19 0 5F 1 4C 62 34
Octal 277 375 15 31 0 137 1 114 142 64
Binary 10111111 11111101 1101 11001 0 1011111 1 1001100 1100010 110100

Color Harmonies of #BFFD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFD0D

Black with #BFFD0D

Text Example


Text Example

White with #BFFD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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