Html Css Color HEX #02C114 Dark Pastel Green

📋 copy color: '#02C114'

red 2 ◦ green 193 ◦ blue 20

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

Shades of Dark Pastel Green #02C114

Tints of Dark Pastel Green #02C114

RGB

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

 GREEN value IS 193 (75.78% from 255) = 89.77%

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

R = 0.93%
G = 89.77%
B = 9.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#02C114 (or 0x02C114) is known color: Dark Pastel Green. HEX triplet: 02, C1 and 14. RGB value is (2,193,20). Sum of RGB (Red+Green+Blue) = 2+193+20=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 193 (75.78% from 255 or 89.77% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 193 - color contains mainly: green. Hex color #02C114 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C114 is #FD3EEB. Grayscale: #747474. Windows color (decimal): -16596716 or 1360130. OLE color: 1360130.

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

Color convert

RGB 2 193 20 -
CMYK 0.99 0 0.90 0.24
HSL 125.65º 0.98% 0.38% -
HSV(B) 125.65º 0.99% 0.76% -
XYZ 19.22 38.2 7.02 -
YUV 116.17 73.72 46.57 -
System Red Green Blue C M Y K H S L
Decimal 2 193 20 0.99 0 0.90 0.24 125.65 0.98 0.38
Hex 2 C1 14 63 0 5A 18 7E 62 26
Octal 2 301 24 143 0 132 30 176 142 46
Binary 10 11000001 10100 1100011 0 1011010 11000 1111110 1100010 100110

Color Harmonies of #02C114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C114

Black with #02C114

Text Example


Text Example

White with #02C114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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