Html Css Color HEX #02CC14 Dark Pastel Green

📋 copy color: '#02CC14'

red 2 ◦ green 204 ◦ blue 20

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

Shades of Dark Pastel Green #02CC14

Tints of Dark Pastel Green #02CC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.85%

R = 0.88%
G = 90.27%
B = 8.85%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#02CC14 (or 0x02CC14) is known color: Dark Pastel Green. HEX triplet: 02, CC and 14. RGB value is (2,204,20). Sum of RGB (Red+Green+Blue) = 2+204+20=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 204 (80.08% from 255 or 90.27% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 204 - color contains mainly: green. Hex color #02CC14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02CC14 is #FD33EB. Grayscale: #7B7B7B. Windows color (decimal): -16593900 or 1362946. OLE color: 1362946.

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

Color convert

RGB 2 204 20 -
CMYK 0.99 0 0.90 0.2
HSL 125.35º 0.98% 0.4% -
HSV(B) 125.35º 0.99% 0.8% -
XYZ 21.74 43.25 7.86 -
YUV 122.63 70.08 41.96 -
System Red Green Blue C M Y K H S L
Decimal 2 204 20 0.99 0 0.90 0.2 125.35 0.98 0.4
Hex 2 CC 14 63 0 5A 14 7D 62 28
Octal 2 314 24 143 0 132 24 175 142 50
Binary 10 11001100 10100 1100011 0 1011010 10100 1111101 1100010 101000

Color Harmonies of #02CC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CC14

Black with #02CC14

Text Example


Text Example

White with #02CC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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