#24F50E

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

Shades of Free Speech Green #24F50E

Tints of Free Speech Green #24F50E

Color information

#24F50E (or 0x24F50E) is unknown color: approx Free Speech Green. HEX triplet: 24, F5 and 0E. RGB value is (36,245,14). Sum of RGB (Red+Green+Blue) = 36+245+14=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 245 (96.09% from 255 or 83.05% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 245 - color contains mainly: green. Hex color #24F50E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #24F50E is #DB0AF1. Grayscale: #9C9C9C. Windows color (decimal): -14355186 or 980260. OLE color: 980260.

HSL color Cylindrical-coordinate representation of color #24F50E: hue angle of 114.29º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #24F50E is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB3624514-
CMYK0.8500.940.04
HSL114.29º92.03%50.78%-
HSV(B)114.29º94.29%96.08%-
XYZ33.4665.7111.34-
YUV156.1847.7642.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.20%
GREEN value IS 245 (96.09% from 255) = 83.05%
BLUE value IS 14 (5.86% from 255) = 4.75%
R=12.20%
G=83.05%
B=4.75%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal36245140.8500.940.04114.2992.0350.78
Hex24F5E5505E4725c33
Octal44365161250136416213463
Binary10010011110101111010101010101111010011100101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24F50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,245,14); }

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

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

 a { background-color: rgb(36,245,14); }

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

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

 span { border-color: rgb(36,245,14); }

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