#02D70E

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

Shades of Free Speech Green #02D70E

Tints of Free Speech Green #02D70E

Color information

#02D70E (or 0x02D70E) is unknown color: approx Free Speech Green. HEX triplet: 02, D7 and 0E. RGB value is (2,215,14). Sum of RGB (Red+Green+Blue) = 2+215+14=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 215 (84.38% from 255 or 93.07% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 215 - color contains mainly: green. Hex color #02D70E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D70E is #FD28F1. Grayscale: #808080. Windows color (decimal): -16591090 or 972546. OLE color: 972546.

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

Color convert

RGB221514-
CMYK0.9900.930.16
HSL123.38º98.16%42.55%-
HSV(B)123.38º99.07%84.31%-
XYZ24.448.658.52-
YUV128.463.4337.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 215 (84.38% from 255) = 93.07%
BLUE value IS 14 (5.86% from 255) = 6.06%
R=0.87%
G=93.07%
B=6.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2215140.9900.930.16123.3898.1642.55
Hex2D7E6305D107b622b
Octal23271614301352017314253
Binary101101011111101100011010111011000011110111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02D70E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,215,14); }

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

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

 a { background-color: rgb(2,215,14); }

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

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

 span { border-color: rgb(2,215,14); }

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