Html Css Color HEX #BCF002 Electric Lime

📋 copy color: '#BCF002'

red 188 ◦ green 240 ◦ blue 2

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

Shades of Electric Lime #BCF002

Tints of Electric Lime #BCF002

RGB

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

 GREEN value IS 240 (94.14% from 255) = 55.81%

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

R = 43.72%
G = 55.81%
B = 0.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#BCF002 (or 0xBCF002) is known color: Electric Lime. HEX triplet: BC, F0 and 02. RGB value is (188,240,2). Sum of RGB (Red+Green+Blue) = 188+240+2=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 240 (94.14% from 255 or 55.81% from 430); Blue value is 2 (1.17% from 255 or 0.47% from 430); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF002 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF002 is #430FFD. Grayscale: #C6C6C6. Windows color (decimal): -4395006 or 192700. OLE color: 192700.

HSL color Cylindrical-coordinate representation of color #BCF002: hue angle of 73.11º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCF002 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 2 -
CMYK 0.22 0 0.99 0.06
HSL 73.11º 0.98% 0.47% -
HSV(B) 73.11º 0.99% 0.94% -
XYZ 51.91 73.02 11.41 -
YUV 197.32 17.77 121.35 -
System Red Green Blue C M Y K H S L
Decimal 188 240 2 0.22 0 0.99 0.06 73.11 0.98 0.47
Hex BC F0 2 16 0 63 6 49 62 2F
Octal 274 360 2 26 0 143 6 111 142 57
Binary 10111100 11110000 10 10110 0 1100011 110 1001001 1100010 101111

Color Harmonies of #BCF002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF002

Black with #BCF002

Text Example


Text Example

White with #BCF002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF002; }

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

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

background-color css

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

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

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

border-color css

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

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

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