#02DE27

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

Shades of Free Speech Green #02DE27

Tints of Free Speech Green #02DE27

Color information

#02DE27 (or 0x02DE27) is unknown color: approx Free Speech Green. HEX triplet: 02, DE and 27. RGB value is (2,222,39). Sum of RGB (Red+Green+Blue) = 2+222+39=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 222 (87.11% from 255 or 84.41% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 222 - color contains mainly: green. Hex color #02DE27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DE27 is #FD21D8. Grayscale: #878787. Windows color (decimal): -16589273 or 2612738. OLE color: 2612738.

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

Color convert

RGB222239-
CMYK0.9900.820.13
HSL130.09º98.21%43.92%-
HSV(B)130.09º99.1%87.06%-
XYZ26.5152.410.64-
YUV135.3673.6132.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 222 (87.11% from 255) = 84.41%
BLUE value IS 39 (15.62% from 255) = 14.83%
R=0.76%
G=84.41%
B=14.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222390.9900.820.13130.0998.2143.92
Hex2DE2763052D82622c
Octal23364714301221520214254
Binary10110111101001111100011010100101101100000101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02DE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,222,39); }

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

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

 a { background-color: rgb(2,222,39); }

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

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

 span { border-color: rgb(2,222,39); }

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