Html Css Color HEX #02CC3F Dark Pastel Green

📋 copy color: '#02CC3F'

red 2 ◦ green 204 ◦ blue 63

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

Shades of Dark Pastel Green #02CC3F

Tints of Dark Pastel Green #02CC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.42%

R = 0.74%
G = 75.84%
B = 23.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#02CC3F (or 0x02CC3F) is known color: Dark Pastel Green. HEX triplet: 02, CC and 3F. RGB value is (2,204,63). Sum of RGB (Red+Green+Blue) = 2+204+63=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 204 (80.08% from 255 or 75.84% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 204 - color contains mainly: green. Hex color #02CC3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CC3F is #FD33C0. Grayscale: #7F7F7F. Windows color (decimal): -16593857 or 4180994. OLE color: 4180994.

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

Color convert

RGB 2 204 63 -
CMYK 0.99 0 0.69 0.2
HSL 138.12º 0.98% 0.4% -
HSV(B) 138.12º 0.99% 0.8% -
XYZ 22.52 43.56 11.92 -
YUV 127.53 91.58 38.46 -
System Red Green Blue C M Y K H S L
Decimal 2 204 63 0.99 0 0.69 0.2 138.12 0.98 0.4
Hex 2 CC 3F 63 0 45 14 8A 62 28
Octal 2 314 77 143 0 105 24 212 142 50
Binary 10 11001100 111111 1100011 0 1000101 10100 10001010 1100010 101000

Color Harmonies of #02CC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CC3F

Black with #02CC3F

Text Example


Text Example

White with #02CC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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