Html Css Color HEX #BFF203 Electric Lime

📋 copy color: '#BFF203'

red 191 ◦ green 242 ◦ blue 3

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

Shades of Electric Lime #BFF203

Tints of Electric Lime #BFF203

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55.5%

 BLUE value IS 3 (1.56% from 255) = 0.69%

R = 43.81%
G = 55.5%
B = 0.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#BFF203 (or 0xBFF203) is known color: Electric Lime. HEX triplet: BF, F2 and 03. RGB value is (191,242,3). Sum of RGB (Red+Green+Blue) = 191+242+3=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 3 (1.56% from 255 or 0.69% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF203 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF203 is #400DFC. Grayscale: #C8C8C8. Windows color (decimal): -4197885 or 258751. OLE color: 258751.

HSL color Cylindrical-coordinate representation of color #BFF203: hue angle of 72.8º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFF203 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 242 3 -
CMYK 0.21 0 0.99 0.05
HSL 72.8º 0.98% 0.48% -
HSV(B) 72.8º 0.99% 0.95% -
XYZ 53.25 74.59 11.68 -
YUV 199.51 17.1 121.93 -
System Red Green Blue C M Y K H S L
Decimal 191 242 3 0.21 0 0.99 0.05 72.8 0.98 0.48
Hex BF F2 3 15 0 63 5 49 62 30
Octal 277 362 3 25 0 143 5 111 142 60
Binary 10111111 11110010 11 10101 0 1100011 101 1001001 1100010 110000

Color Harmonies of #BFF203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF203

Black with #BFF203

Text Example


Text Example

White with #BFF203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF203; }

 p { color: rgb(191,242,3); }

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

background-color css

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

 a { background-color: rgb(191,242,3); }

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

border-color css

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

 span { border-color: rgb(191,242,3); }

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