Html Css Color HEX #13CC2E Dark Pastel Green

📋 copy color: '#13CC2E'

red 19 ◦ green 204 ◦ blue 46

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

Shades of Dark Pastel Green #13CC2E

Tints of Dark Pastel Green #13CC2E

RGB

 RED value IS 19 (7.81% from 255) = 7.06%

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

 BLUE value IS 46 (18.36% from 255) = 17.1%

R = 7.06%
G = 75.84%
B = 17.1%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#13CC2E (or 0x13CC2E) is known color: Dark Pastel Green. HEX triplet: 13, CC and 2E. RGB value is (19,204,46). Sum of RGB (Red+Green+Blue) = 19+204+46=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 204 (80.08% from 255 or 75.84% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 204 - color contains mainly: green. Hex color #13CC2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CC2E is #EC33D1. Grayscale: #838383. Windows color (decimal): -15479762 or 3066899. OLE color: 3066899.

HSL color Cylindrical-coordinate representation of color #13CC2E: hue angle of 128.76º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CC2E is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 204 46 -
CMYK 0.91 0 0.77 0.2
HSL 128.76º 0.83% 0.44% -
HSV(B) 128.76º 0.91% 0.8% -
XYZ 22.35 43.52 9.81 -
YUV 130.67 80.21 48.35 -
System Red Green Blue C M Y K H S L
Decimal 19 204 46 0.91 0 0.77 0.2 128.76 0.83 0.44
Hex 13 CC 2E 5B 0 4D 14 81 53 2C
Octal 23 314 56 133 0 115 24 201 123 54
Binary 10011 11001100 101110 1011011 0 1001101 10100 10000001 1010011 101100

Color Harmonies of #13CC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CC2E

Black with #13CC2E

Text Example


Text Example

White with #13CC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13CC2E; }

 p { color: rgb(19,204,46); }

 H1.HeaderClassName
 {
   color: #13CC2E;
 }
 .AnyTagClassName
 {
   color: #13CC2E;
 }
</style>

background-color css

<style>
 a { background-color: #13CC2E; }

 a { background-color: rgb(19,204,46); }

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

border-color css

<style>
 span { border-color: #13CC2E; }

 span { border-color: rgb(19,204,46); }

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