Html Css Color HEX #24EF13 Free Speech Green

📋 copy color: '#24EF13'

red 36 ◦ green 239 ◦ blue 19

#24EF13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #24EF13

Tints of Free Speech Green #24EF13

RGB

 RED value IS 36 (14.45% from 255) = 12.24%

 GREEN value IS 239 (93.75% from 255) = 81.29%

 BLUE value IS 19 (7.81% from 255) = 6.46%

R = 12.24%
G = 81.29%
B = 6.46%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#24EF13 (or 0x24EF13) is known color: Free Speech Green. HEX triplet: 24, EF and 13. RGB value is (36,239,19). Sum of RGB (Red+Green+Blue) = 36+239+19=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 239 (93.75% from 255 or 81.29% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 239 - color contains mainly: green. Hex color #24EF13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #24EF13 is #DB10EC. Grayscale: #999999. Windows color (decimal): -14356717 or 1306404. OLE color: 1306404.

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

Color convert

RGB 36 239 19 -
CMYK 0.85 0 0.92 0.06
HSL 115.36º 0.87% 0.51% -
HSV(B) 115.36º 0.92% 0.94% -
XYZ 31.71 62.16 10.94 -
YUV 153.22 52.25 44.39 -
System Red Green Blue C M Y K H S L
Decimal 36 239 19 0.85 0 0.92 0.06 115.36 0.87 0.51
Hex 24 EF 13 55 0 5C 6 73 57 33
Octal 44 357 23 125 0 134 6 163 127 63
Binary 100100 11101111 10011 1010101 0 1011100 110 1110011 1010111 110011

Color Harmonies of #24EF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24EF13

Black with #24EF13

Text Example


Text Example

White with #24EF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,239,19); }

 H1.HeaderClassName
 {
   color: #24EF13;
 }
 .AnyTagClassName
 {
   color: #24EF13;
 }
</style>

background-color css

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

 a { background-color: rgb(36,239,19); }

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

border-color css

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

 span { border-color: rgb(36,239,19); }

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