Html Css Color HEX #02CA13 Dark Pastel Green

📋 copy color: '#02CA13'

red 2 ◦ green 202 ◦ blue 19

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

Shades of Dark Pastel Green #02CA13

Tints of Dark Pastel Green #02CA13

RGB

 RED value IS 2 (1.17% from 255) = 0.9%

 GREEN value IS 202 (79.3% from 255) = 90.58%

 BLUE value IS 19 (7.81% from 255) = 8.52%

R = 0.9%
G = 90.58%
B = 8.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#02CA13 (or 0x02CA13) is known color: Dark Pastel Green. HEX triplet: 02, CA and 13. RGB value is (2,202,19). Sum of RGB (Red+Green+Blue) = 2+202+19=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 202 (79.30% from 255 or 90.58% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 202 - color contains mainly: green. Hex color #02CA13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02CA13 is #FD35EC. Grayscale: #797979. Windows color (decimal): -16594413 or 1296898. OLE color: 1296898.

HSL color Cylindrical-coordinate representation of color #02CA13: hue angle of 125.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CA13 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 202 19 -
CMYK 0.99 0 0.91 0.21
HSL 125.1º 0.98% 0.4% -
HSV(B) 125.1º 0.99% 0.79% -
XYZ 21.26 42.3 7.66 -
YUV 121.34 70.24 42.88 -
System Red Green Blue C M Y K H S L
Decimal 2 202 19 0.99 0 0.91 0.21 125.1 0.98 0.4
Hex 2 CA 13 63 0 5B 15 7D 62 28
Octal 2 312 23 143 0 133 25 175 142 50
Binary 10 11001010 10011 1100011 0 1011011 10101 1111101 1100010 101000

Color Harmonies of #02CA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CA13

Black with #02CA13

Text Example


Text Example

White with #02CA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02CA13; }

 p { color: rgb(2,202,19); }

 H1.HeaderClassName
 {
   color: #02CA13;
 }
 .AnyTagClassName
 {
   color: #02CA13;
 }
</style>

background-color css

<style>
 a { background-color: #02CA13; }

 a { background-color: rgb(2,202,19); }

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

border-color css

<style>
 span { border-color: #02CA13; }

 span { border-color: rgb(2,202,19); }

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