Html Css Color HEX #BFF902 Electric Lime

📋 copy color: '#BFF902'

red 191 ◦ green 249 ◦ blue 2

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

Shades of Electric Lime #BFF902

Tints of Electric Lime #BFF902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 43.21%
G = 56.33%
B = 0.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#BFF902 (or 0xBFF902) is known color: Electric Lime. HEX triplet: BF, F9 and 02. RGB value is (191,249,2). Sum of RGB (Red+Green+Blue) = 191+249+2=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 249 (97.66% from 255 or 56.33% from 442); Blue value is 2 (1.17% from 255 or 0.45% from 442); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF902 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF902 is #4006FD. Grayscale: #CCCCCC. Windows color (decimal): -4196094 or 195007. OLE color: 195007.

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

Color convert

RGB 191 249 2 -
CMYK 0.23 0 0.99 0.02
HSL 74.09º 0.98% 0.49% -
HSV(B) 74.09º 0.99% 0.98% -
XYZ 55.37 78.83 12.36 -
YUV 203.5 14.28 119.08 -
System Red Green Blue C M Y K H S L
Decimal 191 249 2 0.23 0 0.99 0.02 74.09 0.98 0.49
Hex BF F9 2 17 0 63 2 4A 62 31
Octal 277 371 2 27 0 143 2 112 142 61
Binary 10111111 11111001 10 10111 0 1100011 10 1001010 1100010 110001

Color Harmonies of #BFF902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF902

Black with #BFF902

Text Example


Text Example

White with #BFF902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF902; }

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

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

background-color css

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

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

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

border-color css

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

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

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