Html Css Color HEX #02CC24 Dark Pastel Green

📋 copy color: '#02CC24'

red 2 ◦ green 204 ◦ blue 36

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

Shades of Dark Pastel Green #02CC24

Tints of Dark Pastel Green #02CC24

RGB

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

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

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

R = 0.83%
G = 84.3%
B = 14.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#02CC24 (or 0x02CC24) is known color: Dark Pastel Green. HEX triplet: 02, CC and 24. RGB value is (2,204,36). Sum of RGB (Red+Green+Blue) = 2+204+36=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 204 (80.08% from 255 or 84.30% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 204 - color contains mainly: green. Hex color #02CC24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CC24 is #FD33DB. Grayscale: #7C7C7C. Windows color (decimal): -16593884 or 2411522. OLE color: 2411522.

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

Color convert

RGB 2 204 36 -
CMYK 0.99 0 0.82 0.2
HSL 130.1º 0.98% 0.4% -
HSV(B) 130.1º 0.99% 0.8% -
XYZ 21.94 43.33 8.88 -
YUV 124.45 78.08 40.66 -
System Red Green Blue C M Y K H S L
Decimal 2 204 36 0.99 0 0.82 0.2 130.1 0.98 0.4
Hex 2 CC 24 63 0 52 14 82 62 28
Octal 2 314 44 143 0 122 24 202 142 50
Binary 10 11001100 100100 1100011 0 1010010 10100 10000010 1100010 101000

Color Harmonies of #02CC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CC24

Black with #02CC24

Text Example


Text Example

White with #02CC24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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