#bcff3c

Color #BCFF3C Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #BCFF3C

Tints of Green Yellow #BCFF3C

Color information

#BCFF3C (or 0xBCFF3C) is unknown color: approx Green Yellow. HEX triplet: BC, FF and 3C. RGB value is (188,255,60). Sum of RGB (Red+Green+Blue) = 188+255+60=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 60 (23.83% from 255 or 11.93% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF3C is #4300C3. Grayscale: #D5D5D5. Windows color (decimal): -4391108 or 3997628. OLE color: 3997628.

HSL color Cylindrical-coordinate representation of color #BCFF3C: hue angle of 80.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCFF3C is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB18825560-
CMYK0.2600.760
HSL80.62º100%61.76%-
HSV(B)80.62º76.47%100%-
XYZ57.3182.5417.19-
YUV212.7441.8110.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 255 (100% from 255) = 50.70%
BLUE value IS 60 (23.83% from 255) = 11.93%
R=37.38%
G=50.70%
B=11.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal188255600.2600.76080.6210061.76
HexBCFF3C1A04C051643e
Octal27437774320114012114476
Binary10111100111111111111001101001001100010100011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcff3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcff3c; }

 p { color: rgb(188,255,60); }

 H1.HeaderClassName
 {
   color: #bcff3c;
 }
 .AnyTagClassName
 {
   color: #bcff3c;
 }
</style>
background-color css

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

 a { background-color: rgb(188,255,60); }

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

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

 span { border-color: rgb(188,255,60); }

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