#24ED0F

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

Shades of Free Speech Green #24ED0F

Tints of Free Speech Green #24ED0F

Color information

#24ED0F (or 0x24ED0F) is unknown color: approx Free Speech Green. HEX triplet: 24, ED and 0F. RGB value is (36,237,15). Sum of RGB (Red+Green+Blue) = 36+237+15=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 237 (92.97% from 255 or 82.29% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 237 - color contains mainly: green. Hex color #24ED0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #24ED0F is #DB12F0. Grayscale: #989898. Windows color (decimal): -14357233 or 1043748. OLE color: 1043748.

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

Color convert

RGB3623715-
CMYK0.8500.940.07
HSL114.32º88.1%49.41%-
HSV(B)114.32º93.67%92.94%-
XYZ31.160.9810.58-
YUV151.5950.9145.55-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.5%
GREEN value IS 237 (92.97% from 255) = 82.29%
BLUE value IS 15 (6.25% from 255) = 5.21%
R=12.5%
G=82.29%
B=5.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal36237150.8500.940.07114.3288.149.41
Hex24EDF5505E7725831
Octal44355171250136716213061
Binary10010011101101111110101010101111011111100101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24ED0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24ED0F; }

 p { color: rgb(36,237,15); }

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

<style>
 a { background-color: #24ED0F; }

 a { background-color: rgb(36,237,15); }

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

<style>
 span { border-color: #24ED0F; }

 span { border-color: rgb(36,237,15); }

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