Html Css Color HEX #18DB00 Free Speech Green

📋 copy color: '#18DB00'

red 24 ◦ green 219 ◦ blue 0

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

Shades of Free Speech Green #18DB00

Tints of Free Speech Green #18DB00

RGB

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

 GREEN value IS 219 (85.94% from 255) = 90.12%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 9.88%
G = 90.12%
B = 0%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#18DB00 (or 0x18DB00) is known color: Free Speech Green. HEX triplet: 18, DB and 00. RGB value is (24,219,0). Sum of RGB (Red+Green+Blue) = 24+219+0=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 219 (85.94% from 255 or 90.12% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 219 - color contains mainly: green. Hex color #18DB00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18DB00 is #E724FF. Grayscale: #888888. Windows color (decimal): -15148288 or 56088. OLE color: 56088.

HSL color Cylindrical-coordinate representation of color #18DB00: hue angle of 113.42º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18DB00 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 219 0 -
CMYK 0.89 0 1 0.14
HSL 113.42º 1% 0.43% -
HSV(B) 113.42º 1% 0.86% -
XYZ 25.71 50.86 8.46 -
YUV 135.73 51.4 48.31 -
System Red Green Blue C M Y K H S L
Decimal 24 219 0 0.89 0 1 0.14 113.42 1 0.43
Hex 18 DB 0 59 0 64 E 71 64 2B
Octal 30 333 0 131 0 144 16 161 144 53
Binary 11000 11011011 0 1011001 0 1100100 1110 1110001 1100100 101011

Color Harmonies of #18DB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DB00

Black with #18DB00

Text Example


Text Example

White with #18DB00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,219,0); }

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

background-color css

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

 a { background-color: rgb(24,219,0); }

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

border-color css

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

 span { border-color: rgb(24,219,0); }

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