Html Css Color HEX #BFFC0D Electric Lime

📋 copy color: '#BFFC0D'

red 191 ◦ green 252 ◦ blue 13

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

Shades of Electric Lime #BFFC0D

Tints of Electric Lime #BFFC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.85%

R = 41.89%
G = 55.26%
B = 2.85%

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

#BFFC0D (or 0xBFFC0D) is known color: Electric Lime. HEX triplet: BF, FC and 0D. RGB value is (191,252,13). Sum of RGB (Red+Green+Blue) = 191+252+13=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 252 (98.83% from 255 or 55.26% from 456); Blue value is 13 (5.47% from 255 or 2.85% from 456); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFC0D is #4003F2. Grayscale: #CFCFCF. Windows color (decimal): -4195315 or 916671. OLE color: 916671.

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

Color convert

RGB 191 252 13 -
CMYK 0.24 0 0.95 0.01
HSL 75.31º 0.98% 0.52% -
HSV(B) 75.31º 0.95% 0.99% -
XYZ 56.37 80.73 12.99 -
YUV 206.52 18.79 116.93 -
System Red Green Blue C M Y K H S L
Decimal 191 252 13 0.24 0 0.95 0.01 75.31 0.98 0.52
Hex BF FC D 18 0 5F 1 4B 62 34
Octal 277 374 15 30 0 137 1 113 142 64
Binary 10111111 11111100 1101 11000 0 1011111 1 1001011 1100010 110100

Color Harmonies of #BFFC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFC0D

Black with #BFFC0D

Text Example


Text Example

White with #BFFC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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