#2BF521

Color #2BF521 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #2BF521

Tints of Free Speech Green #2BF521

Color information

#2BF521 (or 0x2BF521) is unknown color: approx Free Speech Green. HEX triplet: 2B, F5 and 21. RGB value is (43,245,33). Sum of RGB (Red+Green+Blue) = 43+245+33=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 245 (96.09% from 255 or 76.32% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 245 - color contains mainly: green. Hex color #2BF521 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF521 is #D40ADE. Grayscale: #A1A1A1. Windows color (decimal): -13896415 or 2225451. OLE color: 2225451.

HSL color Cylindrical-coordinate representation of color #2BF521: hue angle of 117.17º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2BF521 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB4324533-
CMYK0.8200.870.04
HSL117.17º91.38%54.51%-
HSV(B)117.17º86.53%96.08%-
XYZ33.9265.9312.38-
YUV160.4356.0844.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.40%
GREEN value IS 245 (96.09% from 255) = 76.32%
BLUE value IS 33 (13.28% from 255) = 10.28%
R=13.40%
G=76.32%
B=10.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal43245330.8200.870.04117.1791.3854.51
Hex2BF521520574755b37
Octal53365411220127416513367
Binary1010111111010110000110100100101011110011101011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BF521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BF521; }

 p { color: rgb(43,245,33); }

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

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

 a { background-color: rgb(43,245,33); }

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

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

 span { border-color: rgb(43,245,33); }

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