Html Css Color HEX #BCFD02 Electric Lime

📋 copy color: '#BCFD02'

red 188 ◦ green 253 ◦ blue 2

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

Shades of Electric Lime #BCFD02

Tints of Electric Lime #BCFD02

RGB

 RED value IS 188 (73.83% from 255) = 42.44%

 GREEN value IS 253 (99.22% from 255) = 57.11%

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

R = 42.44%
G = 57.11%
B = 0.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#BCFD02 (or 0xBCFD02) is known color: Electric Lime. HEX triplet: BC, FD and 02. RGB value is (188,253,2). Sum of RGB (Red+Green+Blue) = 188+253+2=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 253 (99.22% from 255 or 57.11% from 443); Blue value is 2 (1.17% from 255 or 0.45% from 443); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFD02 is #4302FD. Grayscale: #CDCDCD. Windows color (decimal): -4391678 or 196028. OLE color: 196028.

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

Color convert

RGB 188 253 2 -
CMYK 0.26 0 0.99 0.01
HSL 75.54º 0.98% 0.5% -
HSV(B) 75.54º 0.99% 0.99% -
XYZ 55.88 80.95 12.74 -
YUV 204.95 13.47 115.91 -
System Red Green Blue C M Y K H S L
Decimal 188 253 2 0.26 0 0.99 0.01 75.54 0.98 0.5
Hex BC FD 2 1A 0 63 1 4C 62 32
Octal 274 375 2 32 0 143 1 114 142 62
Binary 10111100 11111101 10 11010 0 1100011 1 1001100 1100010 110010

Color Harmonies of #BCFD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD02

Black with #BCFD02

Text Example


Text Example

White with #BCFD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD02; }

 p { color: rgb(188,253,2); }

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

background-color css

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

 a { background-color: rgb(188,253,2); }

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

border-color css

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

 span { border-color: rgb(188,253,2); }

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