#1CE002

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

Shades of Free Speech Green #1CE002

Tints of Free Speech Green #1CE002

Color information

#1CE002 (or 0x1CE002) is unknown color: approx Free Speech Green. HEX triplet: 1C, E0 and 02. RGB value is (28,224,2). Sum of RGB (Red+Green+Blue) = 28+224+2=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 224 (87.89% from 255 or 88.19% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 224 - color contains mainly: green. Hex color #1CE002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CE002 is #E31FFD. Grayscale: #8C8C8C. Windows color (decimal): -14884862 or 188444. OLE color: 188444.

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

Color convert

RGB282242-
CMYK0.8800.990.12
HSL112.97º98.23%44.31%-
HSV(B)112.97º99.11%87.84%-
XYZ27.1553.568.97-
YUV140.0950.0748.05-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.02%
GREEN value IS 224 (87.89% from 255) = 88.19%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=11.02%
G=88.19%
B=0.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2822420.8800.990.12112.9798.2344.31
Hex1CE0258063C71622c
Octal34340213001431416114254
Binary111001110000010101100001100011110011100011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CE002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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