Html Css Color HEX #BFF70D Electric Lime

📋 copy color: '#BFF70D'

red 191 ◦ green 247 ◦ blue 13

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

Shades of Electric Lime #BFF70D

Tints of Electric Lime #BFF70D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 54.77%

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

R = 42.35%
G = 54.77%
B = 2.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#BFF70D (or 0xBFF70D) is known color: Electric Lime. HEX triplet: BF, F7 and 0D. RGB value is (191,247,13). Sum of RGB (Red+Green+Blue) = 191+247+13=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 247 (96.88% from 255 or 54.77% from 451); Blue value is 13 (5.47% from 255 or 2.88% from 451); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF70D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF70D is #4008F2. Grayscale: #CCCCCC. Windows color (decimal): -4196595 or 915391. OLE color: 915391.

HSL color Cylindrical-coordinate representation of color #BFF70D: hue angle of 74.36º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFF70D is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 247 13 -
CMYK 0.23 0 0.95 0.03
HSL 74.36º 0.94% 0.51% -
HSV(B) 74.36º 0.95% 0.97% -
XYZ 54.82 77.63 12.47 -
YUV 203.58 20.45 119.03 -
System Red Green Blue C M Y K H S L
Decimal 191 247 13 0.23 0 0.95 0.03 74.36 0.94 0.51
Hex BF F7 D 17 0 5F 3 4A 5E 33
Octal 277 367 15 27 0 137 3 112 136 63
Binary 10111111 11110111 1101 10111 0 1011111 11 1001010 1011110 110011

Color Harmonies of #BFF70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF70D

Black with #BFF70D

Text Example


Text Example

White with #BFF70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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