Html Css Color HEX #BFFD0B Electric Lime

📋 copy color: '#BFFD0B'

red 191 ◦ green 253 ◦ blue 11

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

Shades of Electric Lime #BFFD0B

Tints of Electric Lime #BFFD0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.42%

R = 41.98%
G = 55.6%
B = 2.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#BFFD0B (or 0xBFFD0B) is known color: Electric Lime. HEX triplet: BF, FD and 0B. RGB value is (191,253,11). Sum of RGB (Red+Green+Blue) = 191+253+11=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 253 (99.22% from 255 or 55.60% from 455); Blue value is 11 (4.69% from 255 or 2.42% from 455); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFD0B is #4002F4. Grayscale: #CFCFCF. Windows color (decimal): -4195061 or 785855. OLE color: 785855.

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

Color convert

RGB 191 253 11 -
CMYK 0.25 0 0.96 0.01
HSL 75.37º 0.98% 0.52% -
HSV(B) 75.37º 0.96% 0.99% -
XYZ 56.67 81.35 13.03 -
YUV 206.87 17.46 116.68 -
System Red Green Blue C M Y K H S L
Decimal 191 253 11 0.25 0 0.96 0.01 75.37 0.98 0.52
Hex BF FD B 19 0 60 1 4B 62 34
Octal 277 375 13 31 0 140 1 113 142 64
Binary 10111111 11111101 1011 11001 0 1100000 1 1001011 1100010 110100

Color Harmonies of #BFFD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFD0B

Black with #BFFD0B

Text Example


Text Example

White with #BFFD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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