#1EFD35

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

Shades of Free Speech Green #1EFD35

Tints of Free Speech Green #1EFD35

Color information

#1EFD35 (or 0x1EFD35) is unknown color: approx Free Speech Green. HEX triplet: 1E, FD and 35. RGB value is (30,253,53). Sum of RGB (Red+Green+Blue) = 30+253+53=336 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.93% from 336); Green value is 253 (99.22% from 255 or 75.30% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 253 - color contains mainly: green. Hex color #1EFD35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFD35 is #E102CA. Grayscale: #A4A4A4. Windows color (decimal): -14746315 or 3538206. OLE color: 3538206.

HSL color Cylindrical-coordinate representation of color #1EFD35: hue angle of 126.19º 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 #1EFD35 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB3025353-
CMYK0.8800.790.01
HSL126.19º98.24%55.49%-
HSV(B)126.19º88.14%99.22%-
XYZ36.370.7815.12-
YUV163.5265.6232.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.93%
GREEN value IS 253 (99.22% from 255) = 75.30%
BLUE value IS 53 (21.09% from 255) = 15.77%
R=8.93%
G=75.30%
B=15.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal30253530.8800.790.01126.1998.2455.49
Hex1EFD355804F17e6237
Octal36375651300117117614267
Binary1111011111101110101101100001001111111111101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EFD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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