Html Css Color HEX #BFFC0A Electric Lime

📋 copy color: '#BFFC0A'

red 191 ◦ green 252 ◦ blue 10

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

Shades of Electric Lime #BFFC0A

Tints of Electric Lime #BFFC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.21%

R = 42.16%
G = 55.63%
B = 2.21%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#BFFC0A (or 0xBFFC0A) is known color: Electric Lime. HEX triplet: BF, FC and 0A. RGB value is (191,252,10). Sum of RGB (Red+Green+Blue) = 191+252+10=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 252 (98.83% from 255 or 55.63% from 453); Blue value is 10 (4.30% from 255 or 2.21% from 453); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFC0A is #4003F5. Grayscale: #CFCFCF. Windows color (decimal): -4195318 or 720063. OLE color: 720063.

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

Color convert

RGB 191 252 10 -
CMYK 0.24 0 0.96 0.01
HSL 75.12º 0.98% 0.51% -
HSV(B) 75.12º 0.96% 0.99% -
XYZ 56.35 80.72 12.9 -
YUV 206.17 17.29 117.18 -
System Red Green Blue C M Y K H S L
Decimal 191 252 10 0.24 0 0.96 0.01 75.12 0.98 0.51
Hex BF FC A 18 0 60 1 4B 62 33
Octal 277 374 12 30 0 140 1 113 142 63
Binary 10111111 11111100 1010 11000 0 1100000 1 1001011 1100010 110011

Color Harmonies of #BFFC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFC0A

Black with #BFFC0A

Text Example


Text Example

White with #BFFC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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