Html Css Color HEX #18BB2C Dark Pastel Green

📋 copy color: '#18BB2C'

red 24 ◦ green 187 ◦ blue 44

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

Shades of Dark Pastel Green #18BB2C

Tints of Dark Pastel Green #18BB2C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 73.33%

 BLUE value IS 44 (17.58% from 255) = 17.25%

R = 9.41%
G = 73.33%
B = 17.25%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#18BB2C (or 0x18BB2C) is known color: Dark Pastel Green. HEX triplet: 18, BB and 2C. RGB value is (24,187,44). Sum of RGB (Red+Green+Blue) = 24+187+44=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 187 (73.44% from 255 or 73.33% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 187 - color contains mainly: green. Hex color #18BB2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BB2C is #E744D3. Grayscale: #7A7A7A. Windows color (decimal): -15156436 or 2931480. OLE color: 2931480.

HSL color Cylindrical-coordinate representation of color #18BB2C: hue angle of 127.36º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BB2C is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 187 44 -
CMYK 0.87 0 0.76 0.27
HSL 127.36º 0.77% 0.41% -
HSV(B) 127.36º 0.87% 0.73% -
XYZ 18.6 35.92 8.34 -
YUV 121.96 84 58.13 -
System Red Green Blue C M Y K H S L
Decimal 24 187 44 0.87 0 0.76 0.27 127.36 0.77 0.41
Hex 18 BB 2C 57 0 4C 1B 7F 4D 29
Octal 30 273 54 127 0 114 33 177 115 51
Binary 11000 10111011 101100 1010111 0 1001100 11011 1111111 1001101 101001

Color Harmonies of #18BB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BB2C

Black with #18BB2C

Text Example


Text Example

White with #18BB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,187,44); }

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

background-color css

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

 a { background-color: rgb(24,187,44); }

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

border-color css

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

 span { border-color: rgb(24,187,44); }

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