Html Css Color HEX #BCF602 Electric Lime

📋 copy color: '#BCF602'

red 188 ◦ green 246 ◦ blue 2

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

Shades of Electric Lime #BCF602

Tints of Electric Lime #BCF602

RGB

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

 GREEN value IS 246 (96.48% from 255) = 56.42%

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

R = 43.12%
G = 56.42%
B = 0.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#BCF602 (or 0xBCF602) is known color: Electric Lime. HEX triplet: BC, F6 and 02. RGB value is (188,246,2). Sum of RGB (Red+Green+Blue) = 188+246+2=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 246 (96.48% from 255 or 56.42% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF602 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF602 is #4309FD. Grayscale: #C9C9C9. Windows color (decimal): -4393470 or 194236. OLE color: 194236.

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

Color convert

RGB 188 246 2 -
CMYK 0.24 0 0.99 0.04
HSL 74.26º 0.98% 0.49% -
HSV(B) 74.26º 0.99% 0.96% -
XYZ 53.71 76.61 12.01 -
YUV 200.84 15.78 118.84 -
System Red Green Blue C M Y K H S L
Decimal 188 246 2 0.24 0 0.99 0.04 74.26 0.98 0.49
Hex BC F6 2 18 0 63 4 4A 62 31
Octal 274 366 2 30 0 143 4 112 142 61
Binary 10111100 11110110 10 11000 0 1100011 100 1001010 1100010 110001

Color Harmonies of #BCF602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF602

Black with #BCF602

Text Example


Text Example

White with #BCF602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF602; }

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

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

background-color css

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

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

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

border-color css

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

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

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