Html Css Color HEX #BFFC0C Electric Lime

📋 copy color: '#BFFC0C'

red 191 ◦ green 252 ◦ blue 12

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

Shades of Electric Lime #BFFC0C

Tints of Electric Lime #BFFC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.64%

R = 41.98%
G = 55.38%
B = 2.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#BFFC0C (or 0xBFFC0C) is known color: Electric Lime. HEX triplet: BF, FC and 0C. RGB value is (191,252,12). Sum of RGB (Red+Green+Blue) = 191+252+12=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 252 (98.83% from 255 or 55.38% from 455); Blue value is 12 (5.08% from 255 or 2.64% from 455); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFC0C is #4003F3. Grayscale: #CFCFCF. Windows color (decimal): -4195316 or 851135. OLE color: 851135.

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

Color convert

RGB 191 252 12 -
CMYK 0.24 0 0.95 0.01
HSL 75.25º 0.98% 0.52% -
HSV(B) 75.25º 0.95% 0.99% -
XYZ 56.36 80.72 12.96 -
YUV 206.4 18.29 117.01 -
System Red Green Blue C M Y K H S L
Decimal 191 252 12 0.24 0 0.95 0.01 75.25 0.98 0.52
Hex BF FC C 18 0 5F 1 4B 62 34
Octal 277 374 14 30 0 137 1 113 142 64
Binary 10111111 11111100 1100 11000 0 1011111 1 1001011 1100010 110100

Color Harmonies of #BFFC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFC0C

Black with #BFFC0C

Text Example


Text Example

White with #BFFC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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