Html Css Color HEX #BFF90C Electric Lime

📋 copy color: '#BFF90C'

red 191 ◦ green 249 ◦ blue 12

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

Shades of Electric Lime #BFF90C

Tints of Electric Lime #BFF90C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 55.09%

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

R = 42.26%
G = 55.09%
B = 2.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#BFF90C (or 0xBFF90C) is known color: Electric Lime. HEX triplet: BF, F9 and 0C. RGB value is (191,249,12). Sum of RGB (Red+Green+Blue) = 191+249+12=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 249 (97.66% from 255 or 55.09% from 452); Blue value is 12 (5.08% from 255 or 2.65% from 452); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF90C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF90C is #4006F3. Grayscale: #CDCDCD. Windows color (decimal): -4196084 or 850367. OLE color: 850367.

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

Color convert

RGB 191 249 12 -
CMYK 0.23 0 0.95 0.02
HSL 74.68º 0.95% 0.51% -
HSV(B) 74.68º 0.95% 0.98% -
XYZ 55.43 78.85 12.65 -
YUV 204.64 19.28 118.27 -
System Red Green Blue C M Y K H S L
Decimal 191 249 12 0.23 0 0.95 0.02 74.68 0.95 0.51
Hex BF F9 C 17 0 5F 2 4B 5F 33
Octal 277 371 14 27 0 137 2 113 137 63
Binary 10111111 11111001 1100 10111 0 1011111 10 1001011 1011111 110011

Color Harmonies of #BFF90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF90C

Black with #BFF90C

Text Example


Text Example

White with #BFF90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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