Html Css Color HEX #BFFA0D Electric Lime

📋 copy color: '#BFFA0D'

red 191 ◦ green 250 ◦ blue 13

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

Shades of Electric Lime #BFFA0D

Tints of Electric Lime #BFFA0D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 55.07%

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

R = 42.07%
G = 55.07%
B = 2.86%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#BFFA0D (or 0xBFFA0D) is known color: Electric Lime. HEX triplet: BF, FA and 0D. RGB value is (191,250,13). Sum of RGB (Red+Green+Blue) = 191+250+13=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 250 (98.05% from 255 or 55.07% from 454); Blue value is 13 (5.47% from 255 or 2.86% from 454); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFA0D is #4005F2. Grayscale: #CECECE. Windows color (decimal): -4195827 or 916159. OLE color: 916159.

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

Color convert

RGB 191 250 13 -
CMYK 0.24 0 0.95 0.02
HSL 74.94º 0.96% 0.52% -
HSV(B) 74.94º 0.95% 0.98% -
XYZ 55.74 79.48 12.78 -
YUV 205.34 19.45 117.77 -
System Red Green Blue C M Y K H S L
Decimal 191 250 13 0.24 0 0.95 0.02 74.94 0.96 0.52
Hex BF FA D 18 0 5F 2 4B 60 34
Octal 277 372 15 30 0 137 2 113 140 64
Binary 10111111 11111010 1101 11000 0 1011111 10 1001011 1100000 110100

Color Harmonies of #BFFA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFA0D

Black with #BFFA0D

Text Example


Text Example

White with #BFFA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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