#1EFD38

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

Shades of Free Speech Green #1EFD38

Tints of Free Speech Green #1EFD38

Color information

#1EFD38 (or 0x1EFD38) is unknown color: approx Free Speech Green. HEX triplet: 1E, FD and 38. RGB value is (30,253,56). Sum of RGB (Red+Green+Blue) = 30+253+56=339 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.85% from 339); Green value is 253 (99.22% from 255 or 74.63% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 253 - color contains mainly: green. Hex color #1EFD38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFD38 is #E102C7. Grayscale: #A4A4A4. Windows color (decimal): -14746312 or 3734814. OLE color: 3734814.

HSL color Cylindrical-coordinate representation of color #1EFD38: hue angle of 127º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFD38 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB3025356-
CMYK0.8800.780.01
HSL127º98.24%55.49%-
HSV(B)127º88.14%99.22%-
XYZ36.3770.8115.49-
YUV163.8667.1232.52-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.85%
GREEN value IS 253 (99.22% from 255) = 74.63%
BLUE value IS 56 (22.27% from 255) = 16.52%
R=8.85%
G=74.63%
B=16.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal30253560.8800.780.0112798.2455.49
Hex1EFD385804E17f6237
Octal36375701300116117714267
Binary1111011111101111000101100001001110111111111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EFD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1EFD38; }

 p { color: rgb(30,253,56); }

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

<style>
 a { background-color: #1EFD38; }

 a { background-color: rgb(30,253,56); }

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

<style>
 span { border-color: #1EFD38; }

 span { border-color: rgb(30,253,56); }

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