#1CED30

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

Shades of Free Speech Green #1CED30

Tints of Free Speech Green #1CED30

Color information

#1CED30 (or 0x1CED30) is unknown color: approx Free Speech Green. HEX triplet: 1C, ED and 30. RGB value is (28,237,48). Sum of RGB (Red+Green+Blue) = 28+237+48=313 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.95% from 313); Green value is 237 (92.97% from 255 or 75.72% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 237 - color contains mainly: green. Hex color #1CED30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CED30 is #E312CF. Grayscale: #999999. Windows color (decimal): -14881488 or 3206428. OLE color: 3206428.

HSL color Cylindrical-coordinate representation of color #1CED30: hue angle of 125.74º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CED30 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB2823748-
CMYK0.8800.800.07
HSL125.74º85.31%51.96%-
HSV(B)125.74º88.19%92.94%-
XYZ31.361.0312.93-
YUV152.9668.7638.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.95%
GREEN value IS 237 (92.97% from 255) = 75.72%
BLUE value IS 48 (19.14% from 255) = 15.34%
R=8.95%
G=75.72%
B=15.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal28237480.8800.800.07125.7485.3151.96
Hex1CED305805077e5534
Octal34355601300120717612564
Binary111001110110111000010110000101000011111111101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CED30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,237,48); }

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

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

 a { background-color: rgb(28,237,48); }

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

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

 span { border-color: rgb(28,237,48); }

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