Html Css Color HEX #1EE002 Free Speech Green

📋 copy color: '#1EE002'

red 30 ◦ green 224 ◦ blue 2

#1EE002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #1EE002

Tints of Free Speech Green #1EE002

RGB

 RED value IS 30 (12.11% from 255) = 11.72%

 GREEN value IS 224 (87.89% from 255) = 87.5%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 11.72%
G = 87.5%
B = 0.78%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#1EE002 (or 0x1EE002) is known color: Free Speech Green. HEX triplet: 1E, E0 and 02. RGB value is (30,224,2). Sum of RGB (Red+Green+Blue) = 30+224+2=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 224 (87.89% from 255 or 87.5% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EE002 is #E11FFD. Grayscale: #8D8D8D. Windows color (decimal): -14753790 or 188446. OLE color: 188446.

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

Color convert

RGB 30 224 2 -
CMYK 0.87 0 0.99 0.12
HSL 112.43º 0.98% 0.44% -
HSV(B) 112.43º 0.99% 0.88% -
XYZ 27.2 53.59 8.97 -
YUV 140.69 49.73 49.05 -
System Red Green Blue C M Y K H S L
Decimal 30 224 2 0.87 0 0.99 0.12 112.43 0.98 0.44
Hex 1E E0 2 57 0 63 C 70 62 2C
Octal 36 340 2 127 0 143 14 160 142 54
Binary 11110 11100000 10 1010111 0 1100011 1100 1110000 1100010 101100

Color Harmonies of #1EE002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE002

Black with #1EE002

Text Example


Text Example

White with #1EE002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,224,2); }

 H1.HeaderClassName
 {
   color: #1EE002;
 }
 .AnyTagClassName
 {
   color: #1EE002;
 }
</style>

background-color css

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

 a { background-color: rgb(30,224,2); }

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

border-color css

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

 span { border-color: rgb(30,224,2); }

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