#02EB27

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

Shades of Free Speech Green #02EB27

Tints of Free Speech Green #02EB27

Color information

#02EB27 (or 0x02EB27) is unknown color: approx Free Speech Green. HEX triplet: 02, EB and 27. RGB value is (2,235,39). Sum of RGB (Red+Green+Blue) = 2+235+39=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 235 (92.19% from 255 or 85.14% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 235 - color contains mainly: green. Hex color #02EB27 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02EB27 is #FD14D8. Grayscale: #8F8F8F. Windows color (decimal): -16585945 or 2616066. OLE color: 2616066.

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

Color convert

RGB223539-
CMYK0.9900.830.08
HSL129.53º98.31%46.47%-
HSV(B)129.53º99.15%92.16%-
XYZ30.159.5811.83-
YUV142.9969.3127.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 235 (92.19% from 255) = 85.14%
BLUE value IS 39 (15.62% from 255) = 14.13%
R=0.72%
G=85.14%
B=14.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2235390.9900.830.08129.5398.3146.47
Hex2EB2763053882622e
Octal23534714301231020214256
Binary10111010111001111100011010100111000100000101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02EB27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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