Html Css Color HEX #02C44D Dark Pastel Green

📋 copy color: '#02C44D'

red 2 ◦ green 196 ◦ blue 77

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

Shades of Dark Pastel Green #02C44D

Tints of Dark Pastel Green #02C44D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 71.27%

 BLUE value IS 77 (30.47% from 255) = 28%

R = 0.73%
G = 71.27%
B = 28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#02C44D (or 0x02C44D) is known color: Dark Pastel Green. HEX triplet: 02, C4 and 4D. RGB value is (2,196,77). Sum of RGB (Red+Green+Blue) = 2+196+77=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 196 (76.95% from 255 or 71.27% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 196 - color contains mainly: green. Hex color #02C44D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C44D is #FD3BB2. Grayscale: #7C7C7C. Windows color (decimal): -16595891 or 5096450. OLE color: 5096450.

HSL color Cylindrical-coordinate representation of color #02C44D: hue angle of 143.2º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C44D is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 2 196 77 -
CMYK 0.99 0 0.61 0.23
HSL 143.2º 0.98% 0.39% -
HSV(B) 143.2º 0.99% 0.77% -
XYZ 21.1 40.03 13.64 -
YUV 124.43 101.23 40.68 -
System Red Green Blue C M Y K H S L
Decimal 2 196 77 0.99 0 0.61 0.23 143.2 0.98 0.39
Hex 2 C4 4D 63 0 3D 17 8F 62 27
Octal 2 304 115 143 0 75 27 217 142 47
Binary 10 11000100 1001101 1100011 0 111101 10111 10001111 1100010 100111

Color Harmonies of #02C44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C44D

Black with #02C44D

Text Example


Text Example

White with #02C44D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,196,77); }

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

background-color css

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

 a { background-color: rgb(2,196,77); }

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

border-color css

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

 span { border-color: rgb(2,196,77); }

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