Html Css Color HEX #02C924 Dark Pastel Green

📋 copy color: '#02C924'

red 2 ◦ green 201 ◦ blue 36

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

Shades of Dark Pastel Green #02C924

Tints of Dark Pastel Green #02C924

RGB

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

 GREEN value IS 201 (78.91% from 255) = 84.1%

 BLUE value IS 36 (14.45% from 255) = 15.06%

R = 0.84%
G = 84.1%
B = 15.06%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#02C924 (or 0x02C924) is known color: Dark Pastel Green. HEX triplet: 02, C9 and 24. RGB value is (2,201,36). Sum of RGB (Red+Green+Blue) = 2+201+36=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 201 (78.91% from 255 or 84.10% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 201 - color contains mainly: green. Hex color #02C924 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C924 is #FD36DB. Grayscale: #7B7B7B. Windows color (decimal): -16594652 or 2410754. OLE color: 2410754.

HSL color Cylindrical-coordinate representation of color #02C924: hue angle of 130.25º 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 #02C924 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 201 36 -
CMYK 0.99 0 0.82 0.21
HSL 130.25º 0.98% 0.4% -
HSV(B) 130.25º 0.99% 0.79% -
XYZ 21.23 41.91 8.64 -
YUV 122.69 79.07 41.92 -
System Red Green Blue C M Y K H S L
Decimal 2 201 36 0.99 0 0.82 0.21 130.25 0.98 0.4
Hex 2 C9 24 63 0 52 15 82 62 28
Octal 2 311 44 143 0 122 25 202 142 50
Binary 10 11001001 100100 1100011 0 1010010 10101 10000010 1100010 101000

Color Harmonies of #02C924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C924

Black with #02C924

Text Example


Text Example

White with #02C924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,201,36); }

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

background-color css

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

 a { background-color: rgb(2,201,36); }

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

border-color css

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

 span { border-color: rgb(2,201,36); }

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