#02D30F

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

Shades of Free Speech Green #02D30F

Tints of Free Speech Green #02D30F

Color information

#02D30F (or 0x02D30F) is unknown color: approx Free Speech Green. HEX triplet: 02, D3 and 0F. RGB value is (2,211,15). Sum of RGB (Red+Green+Blue) = 2+211+15=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 211 (82.81% from 255 or 92.54% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 211 - color contains mainly: green. Hex color #02D30F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D30F is #FD2CF0. Grayscale: #7E7E7E. Windows color (decimal): -16592113 or 1037058. OLE color: 1037058.

HSL color Cylindrical-coordinate representation of color #02D30F: hue angle of 123.73º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D30F is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB221115-
CMYK0.9900.930.17
HSL123.73º98.12%41.76%-
HSV(B)123.73º99.05%82.75%-
XYZ23.4146.648.22-
YUV126.1665.2639.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 211 (82.81% from 255) = 92.54%
BLUE value IS 15 (6.25% from 255) = 6.58%
R=0.88%
G=92.54%
B=6.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2211150.9900.930.17123.7398.1241.76
Hex2D3F6305D117c622a
Octal23231714301352117414252
Binary101101001111111100011010111011000111111001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02D30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02D30F; }

 p { color: rgb(2,211,15); }

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

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

 a { background-color: rgb(2,211,15); }

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

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

 span { border-color: rgb(2,211,15); }

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