Html Css Color HEX #02C24C Dark Pastel Green

📋 copy color: '#02C24C'

red 2 ◦ green 194 ◦ blue 76

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

Shades of Dark Pastel Green #02C24C

Tints of Dark Pastel Green #02C24C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 71.32%

 BLUE value IS 76 (30.08% from 255) = 27.94%

R = 0.74%
G = 71.32%
B = 27.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#02C24C (or 0x02C24C) is known color: Dark Pastel Green. HEX triplet: 02, C2 and 4C. RGB value is (2,194,76). Sum of RGB (Red+Green+Blue) = 2+194+76=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 194 (76.17% from 255 or 71.32% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 194 - color contains mainly: green. Hex color #02C24C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C24C is #FD3DB3. Grayscale: #7B7B7B. Windows color (decimal): -16596404 or 5030402. OLE color: 5030402.

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

Color convert

RGB 2 194 76 -
CMYK 0.99 0 0.61 0.24
HSL 143.13º 0.98% 0.38% -
HSV(B) 143.13º 0.99% 0.76% -
XYZ 20.62 39.12 13.3 -
YUV 123.14 101.39 41.59 -
System Red Green Blue C M Y K H S L
Decimal 2 194 76 0.99 0 0.61 0.24 143.13 0.98 0.38
Hex 2 C2 4C 63 0 3D 18 8F 62 26
Octal 2 302 114 143 0 75 30 217 142 46
Binary 10 11000010 1001100 1100011 0 111101 11000 10001111 1100010 100110

Color Harmonies of #02C24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C24C

Black with #02C24C

Text Example


Text Example

White with #02C24C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,194,76); }

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

background-color css

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

 a { background-color: rgb(2,194,76); }

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

border-color css

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

 span { border-color: rgb(2,194,76); }

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