Html Css Color HEX #02C117 Dark Pastel Green

📋 copy color: '#02C117'

red 2 ◦ green 193 ◦ blue 23

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

Shades of Dark Pastel Green #02C117

Tints of Dark Pastel Green #02C117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.55%

R = 0.92%
G = 88.53%
B = 10.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#02C117 (or 0x02C117) is known color: Dark Pastel Green. HEX triplet: 02, C1 and 17. RGB value is (2,193,23). Sum of RGB (Red+Green+Blue) = 2+193+23=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 193 (75.78% from 255 or 88.53% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 193 - color contains mainly: green. Hex color #02C117 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C117 is #FD3EE8. Grayscale: #747474. Windows color (decimal): -16596713 or 1556738. OLE color: 1556738.

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

Color convert

RGB 2 193 23 -
CMYK 0.99 0 0.88 0.24
HSL 126.6º 0.98% 0.38% -
HSV(B) 126.6º 0.99% 0.76% -
XYZ 19.25 38.21 7.17 -
YUV 116.51 75.22 46.32 -
System Red Green Blue C M Y K H S L
Decimal 2 193 23 0.99 0 0.88 0.24 126.6 0.98 0.38
Hex 2 C1 17 63 0 58 18 7F 62 26
Octal 2 301 27 143 0 130 30 177 142 46
Binary 10 11000001 10111 1100011 0 1011000 11000 1111111 1100010 100110

Color Harmonies of #02C117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C117

Black with #02C117

Text Example


Text Example

White with #02C117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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