Html Css Color HEX #18CC34 Dark Pastel Green

📋 copy color: '#18CC34'

red 24 ◦ green 204 ◦ blue 52

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

Shades of Dark Pastel Green #18CC34

Tints of Dark Pastel Green #18CC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.57%

R = 8.57%
G = 72.86%
B = 18.57%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#18CC34 (or 0x18CC34) is known color: Dark Pastel Green. HEX triplet: 18, CC and 34. RGB value is (24,204,52). Sum of RGB (Red+Green+Blue) = 24+204+52=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 204 (80.08% from 255 or 72.86% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CC34 is #E733CB. Grayscale: #858585. Windows color (decimal): -15152076 or 3460120. OLE color: 3460120.

HSL color Cylindrical-coordinate representation of color #18CC34: hue angle of 129.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 #18CC34 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 204 52 -
CMYK 0.88 0 0.75 0.2
HSL 129.33º 0.79% 0.45% -
HSV(B) 129.33º 0.88% 0.8% -
XYZ 22.59 43.63 10.48 -
YUV 132.85 82.37 50.36 -
System Red Green Blue C M Y K H S L
Decimal 24 204 52 0.88 0 0.75 0.2 129.33 0.79 0.45
Hex 18 CC 34 58 0 4B 14 81 4F 2D
Octal 30 314 64 130 0 113 24 201 117 55
Binary 11000 11001100 110100 1011000 0 1001011 10100 10000001 1001111 101101

Color Harmonies of #18CC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CC34

Black with #18CC34

Text Example


Text Example

White with #18CC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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