#02ED1E

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

Shades of Free Speech Green #02ED1E

Tints of Free Speech Green #02ED1E

Color information

#02ED1E (or 0x02ED1E) is unknown color: approx Free Speech Green. HEX triplet: 02, ED and 1E. RGB value is (2,237,30). Sum of RGB (Red+Green+Blue) = 2+237+30=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 237 (92.97% from 255 or 88.10% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 237 - color contains mainly: green. Hex color #02ED1E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02ED1E is #FD12E1. Grayscale: #8F8F8F. Windows color (decimal): -16585442 or 2026754. OLE color: 2026754.

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

Color convert

RGB223730-
CMYK0.9900.870.07
HSL127.15º98.33%46.86%-
HSV(B)127.15º99.16%92.94%-
XYZ30.5460.6811.33-
YUV143.1464.1427.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 237 (92.97% from 255) = 88.10%
BLUE value IS 30 (12.11% from 255) = 11.15%
R=0.74%
G=88.10%
B=11.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2237300.9900.870.07127.1598.3346.86
Hex2ED1E6305777f622f
Octal2355361430127717714257
Binary10111011011111011000110101011111111111111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02ED1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,237,30); }

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

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

 a { background-color: rgb(2,237,30); }

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

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

 span { border-color: rgb(2,237,30); }

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