Html Css Color HEX #BFFC09 Electric Lime

📋 copy color: '#BFFC09'

red 191 ◦ green 252 ◦ blue 9

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

Shades of Electric Lime #BFFC09

Tints of Electric Lime #BFFC09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.99%

R = 42.26%
G = 55.75%
B = 1.99%

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

#BFFC09 (or 0xBFFC09) is known color: Electric Lime. HEX triplet: BF, FC and 09. RGB value is (191,252,9). Sum of RGB (Red+Green+Blue) = 191+252+9=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 252 (98.83% from 255 or 55.75% from 452); Blue value is 9 (3.91% from 255 or 1.99% from 452); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFC09 is #4003F6. Grayscale: #CECECE. Windows color (decimal): -4195319 or 654527. OLE color: 654527.

HSL color Cylindrical-coordinate representation of color #BFFC09: hue angle of 75.06º 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 #BFFC09 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 252 9 -
CMYK 0.24 0 0.96 0.01
HSL 75.06º 0.98% 0.51% -
HSV(B) 75.06º 0.96% 0.99% -
XYZ 56.35 80.72 12.87 -
YUV 206.06 16.79 117.26 -
System Red Green Blue C M Y K H S L
Decimal 191 252 9 0.24 0 0.96 0.01 75.06 0.98 0.51
Hex BF FC 9 18 0 60 1 4B 62 33
Octal 277 374 11 30 0 140 1 113 142 63
Binary 10111111 11111100 1001 11000 0 1100000 1 1001011 1100010 110011

Color Harmonies of #BFFC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFC09

Black with #BFFC09

Text Example


Text Example

White with #BFFC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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