Html Css Color HEX #18CC3D Dark Pastel Green

📋 copy color: '#18CC3D'

red 24 ◦ green 204 ◦ blue 61

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

Shades of Dark Pastel Green #18CC3D

Tints of Dark Pastel Green #18CC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.11%

R = 8.3%
G = 70.59%
B = 21.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#18CC3D (or 0x18CC3D) is known color: Dark Pastel Green. HEX triplet: 18, CC and 3D. RGB value is (24,204,61). Sum of RGB (Red+Green+Blue) = 24+204+61=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 204 (80.08% from 255 or 70.59% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CC3D is #E733C2. Grayscale: #868686. Windows color (decimal): -15152067 or 4049944. OLE color: 4049944.

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

Color convert

RGB 24 204 61 -
CMYK 0.88 0 0.70 0.2
HSL 132.33º 0.79% 0.45% -
HSV(B) 132.33º 0.88% 0.8% -
XYZ 22.81 43.72 11.65 -
YUV 133.88 86.87 49.63 -
System Red Green Blue C M Y K H S L
Decimal 24 204 61 0.88 0 0.70 0.2 132.33 0.79 0.45
Hex 18 CC 3D 58 0 46 14 84 4F 2D
Octal 30 314 75 130 0 106 24 204 117 55
Binary 11000 11001100 111101 1011000 0 1000110 10100 10000100 1001111 101101

Color Harmonies of #18CC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CC3D

Black with #18CC3D

Text Example


Text Example

White with #18CC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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