#1CE60F

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

Shades of Free Speech Green #1CE60F

Tints of Free Speech Green #1CE60F

Color information

#1CE60F (or 0x1CE60F) is unknown color: approx Free Speech Green. HEX triplet: 1C, E6 and 0F. RGB value is (28,230,15). Sum of RGB (Red+Green+Blue) = 28+230+15=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 230 (90.23% from 255 or 84.25% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 230 - color contains mainly: green. Hex color #1CE60F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CE60F is #E319F0. Grayscale: #919191. Windows color (decimal): -14883313 or 1041948. OLE color: 1041948.

HSL color Cylindrical-coordinate representation of color #1CE60F: hue angle of 116.37º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1CE60F is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB2823015-
CMYK0.8800.930.10
HSL116.37º87.76%48.04%-
HSV(B)116.37º93.48%90.2%-
XYZ28.8656.879.91-
YUV145.0954.5844.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.26%
GREEN value IS 230 (90.23% from 255) = 84.25%
BLUE value IS 15 (6.25% from 255) = 5.49%
R=10.26%
G=84.25%
B=5.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal28230150.8800.930.10116.3787.7648.04
Hex1CE6F5805DA745830
Octal343461713001351216413060
Binary11100111001101111101100001011101101011101001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CE60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,230,15); }

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

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

 a { background-color: rgb(28,230,15); }

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

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

 span { border-color: rgb(28,230,15); }

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