Html Css Color HEX #18CC04 Free Speech Green

📋 copy color: '#18CC04'

red 24 ◦ green 204 ◦ blue 4

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

Shades of Free Speech Green #18CC04

Tints of Free Speech Green #18CC04

RGB

 RED value IS 24 (9.77% from 255) = 10.34%

 GREEN value IS 204 (80.08% from 255) = 87.93%

 BLUE value IS 4 (1.95% from 255) = 1.72%

R = 10.34%
G = 87.93%
B = 1.72%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#18CC04 (or 0x18CC04) is known color: Free Speech Green. HEX triplet: 18, CC and 04. RGB value is (24,204,4). Sum of RGB (Red+Green+Blue) = 24+204+4=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 204 (80.08% from 255 or 87.93% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CC04 is #E733FB. Grayscale: #808080. Windows color (decimal): -15152124 or 314392. OLE color: 314392.

HSL color Cylindrical-coordinate representation of color #18CC04: hue angle of 114º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18CC04 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 204 4 -
CMYK 0.88 0 0.98 0.2
HSL 114º 0.96% 0.41% -
HSV(B) 114º 0.98% 0.8% -
XYZ 21.99 43.39 7.33 -
YUV 127.38 58.37 54.26 -
System Red Green Blue C M Y K H S L
Decimal 24 204 4 0.88 0 0.98 0.2 114 0.96 0.41
Hex 18 CC 4 58 0 62 14 72 60 29
Octal 30 314 4 130 0 142 24 162 140 51
Binary 11000 11001100 100 1011000 0 1100010 10100 1110010 1100000 101001

Color Harmonies of #18CC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CC04

Black with #18CC04

Text Example


Text Example

White with #18CC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18CC04; }

 p { color: rgb(24,204,4); }

 H1.HeaderClassName
 {
   color: #18CC04;
 }
 .AnyTagClassName
 {
   color: #18CC04;
 }
</style>

background-color css

<style>
 a { background-color: #18CC04; }

 a { background-color: rgb(24,204,4); }

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

border-color css

<style>
 span { border-color: #18CC04; }

 span { border-color: rgb(24,204,4); }

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