#27ED1E

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

Shades of Free Speech Green #27ED1E

Tints of Free Speech Green #27ED1E

Color information

#27ED1E (or 0x27ED1E) is unknown color: approx Free Speech Green. HEX triplet: 27, ED and 1E. RGB value is (39,237,30). Sum of RGB (Red+Green+Blue) = 39+237+30=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 237 (92.97% from 255 or 77.45% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 237 - color contains mainly: green. Hex color #27ED1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27ED1E is #D812E1. Grayscale: #9A9A9A. Windows color (decimal): -14160610 or 2026791. OLE color: 2026791.

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

Color convert

RGB3923730-
CMYK0.8400.870.07
HSL117.39º85.19%52.35%-
HSV(B)117.39º87.34%92.94%-
XYZ31.3661.0911.37-
YUV154.257.945.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.75%
GREEN value IS 237 (92.97% from 255) = 77.45%
BLUE value IS 30 (12.11% from 255) = 9.80%
R=12.75%
G=77.45%
B=9.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal39237300.8400.870.07117.3985.1952.35
Hex27ED1E540577755534
Octal47355361240127716512564
Binary100111111011011111010101000101011111111101011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27ED1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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