#1eef21

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

Shades of Free Speech Green #1EEF21

Tints of Free Speech Green #1EEF21

Color information

#1EEF21 (or 0x1EEF21) is unknown color: approx Free Speech Green. HEX triplet: 1E, EF and 21. RGB value is (30,239,33). Sum of RGB (Red+Green+Blue) = 30+239+33=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 239 (93.75% from 255 or 79.14% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEF21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EEF21 is #E110DE. Grayscale: #999999. Windows color (decimal): -14749919 or 2223902. OLE color: 2223902.

HSL color Cylindrical-coordinate representation of color #1EEF21: hue angle of 120.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEF21 is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB3023933-
CMYK0.8700.860.06
HSL120.86º86.72%52.75%-
HSV(B)120.86º87.45%93.73%-
XYZ31.6862.1211.76-
YUV153.0260.2640.25-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.93%
GREEN value IS 239 (93.75% from 255) = 79.14%
BLUE value IS 33 (13.28% from 255) = 10.93%
R=9.93%
G=79.14%
B=10.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal30239330.8700.860.06120.8686.7252.75
Hex1EEF21570566795735
Octal36357411270126617112765
Binary111101110111110000110101110101011011011110011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1eef21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,239,33); }

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

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

 a { background-color: rgb(30,239,33); }

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

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

 span { border-color: rgb(30,239,33); }

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