Html Css Color HEX #18CB3D Dark Pastel Green

📋 copy color: '#18CB3D'

red 24 ◦ green 203 ◦ blue 61

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

Shades of Dark Pastel Green #18CB3D

Tints of Dark Pastel Green #18CB3D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 70.49%

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

R = 8.33%
G = 70.49%
B = 21.18%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#18CB3D (or 0x18CB3D) is known color: Dark Pastel Green. HEX triplet: 18, CB and 3D. RGB value is (24,203,61). Sum of RGB (Red+Green+Blue) = 24+203+61=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 203 (79.69% from 255 or 70.49% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 203 - color contains mainly: green. Hex color #18CB3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CB3D is #E734C2. Grayscale: #858585. Windows color (decimal): -15152323 or 4049688. OLE color: 4049688.

HSL color Cylindrical-coordinate representation of color #18CB3D: hue angle of 132.4º 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 #18CB3D is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 203 61 -
CMYK 0.88 0 0.70 0.20
HSL 132.4º 0.79% 0.45% -
HSV(B) 132.4º 0.88% 0.8% -
XYZ 22.57 43.24 11.57 -
YUV 133.29 87.2 50.05 -
System Red Green Blue C M Y K H S L
Decimal 24 203 61 0.88 0 0.70 0.20 132.4 0.79 0.45
Hex 18 CB 3D 58 0 46 14 84 4F 2D
Octal 30 313 75 130 0 106 24 204 117 55
Binary 11000 11001011 111101 1011000 0 1000110 10100 10000100 1001111 101101

Color Harmonies of #18CB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CB3D

Black with #18CB3D

Text Example


Text Example

White with #18CB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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