Html Css Color HEX #BFF202 Electric Lime

📋 copy color: '#BFF202'

red 191 ◦ green 242 ◦ blue 2

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

Shades of Electric Lime #BFF202

Tints of Electric Lime #BFF202

RGB

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

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

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

R = 43.91%
G = 55.63%
B = 0.46%

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

#BFF202 (or 0xBFF202) is known color: Electric Lime. HEX triplet: BF, F2 and 02. RGB value is (191,242,2). Sum of RGB (Red+Green+Blue) = 191+242+2=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 242 (94.92% from 255 or 55.63% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF202 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF202 is #400DFD. Grayscale: #C8C8C8. Windows color (decimal): -4197886 or 193215. OLE color: 193215.

HSL color Cylindrical-coordinate representation of color #BFF202: hue angle of 72.75º 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 #BFF202 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

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

Color Harmonies of #BFF202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF202

Black with #BFF202

Text Example


Text Example

White with #BFF202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF202; }

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

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

background-color css

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

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

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

border-color css

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

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

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