Html Css Color HEX #BFFC17 Electric Lime

📋 copy color: '#BFFC17'

red 191 ◦ green 252 ◦ blue 23

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

Shades of Electric Lime #BFFC17

Tints of Electric Lime #BFFC17

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.08%

 BLUE value IS 23 (9.38% from 255) = 4.94%

R = 40.99%
G = 54.08%
B = 4.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#BFFC17 (or 0xBFFC17) is known color: Electric Lime. HEX triplet: BF, FC and 17. RGB value is (191,252,23). Sum of RGB (Red+Green+Blue) = 191+252+23=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 252 (98.83% from 255 or 54.08% from 466); Blue value is 23 (9.38% from 255 or 4.94% from 466); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFC17 is #4003E8. Grayscale: #D0D0D0. Windows color (decimal): -4195305 or 1572031. OLE color: 1572031.

HSL color Cylindrical-coordinate representation of color #BFFC17: hue angle of 75.98º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFFC17 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 252 23 -
CMYK 0.24 0 0.91 0.01
HSL 75.98º 0.97% 0.54% -
HSV(B) 75.98º 0.91% 0.99% -
XYZ 56.45 80.76 13.42 -
YUV 207.66 23.79 116.12 -
System Red Green Blue C M Y K H S L
Decimal 191 252 23 0.24 0 0.91 0.01 75.98 0.97 0.54
Hex BF FC 17 18 0 5B 1 4C 61 36
Octal 277 374 27 30 0 133 1 114 141 66
Binary 10111111 11111100 10111 11000 0 1011011 1 1001100 1100001 110110

Color Harmonies of #BFFC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFC17

Black with #BFFC17

Text Example


Text Example

White with #BFFC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFC17; }

 p { color: rgb(191,252,23); }

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

background-color css

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

 a { background-color: rgb(191,252,23); }

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

border-color css

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

 span { border-color: rgb(191,252,23); }

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