Html Css Color HEX #02C817 Dark Pastel Green

📋 copy color: '#02C817'

red 2 ◦ green 200 ◦ blue 23

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

Shades of Dark Pastel Green #02C817

Tints of Dark Pastel Green #02C817

RGB

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

 GREEN value IS 200 (78.52% from 255) = 88.89%

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

R = 0.89%
G = 88.89%
B = 10.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#02C817 (or 0x02C817) is known color: Dark Pastel Green. HEX triplet: 02, C8 and 17. RGB value is (2,200,23). Sum of RGB (Red+Green+Blue) = 2+200+23=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 200 (78.52% from 255 or 88.89% from 225); Blue value is 23 (9.38% from 255 or 10.22% from 225); Max value from RGB is 200 - color contains mainly: green. Hex color #02C817 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C817 is #FD37E8. Grayscale: #797979. Windows color (decimal): -16594921 or 1558530. OLE color: 1558530.

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

Color convert

RGB 2 200 23 -
CMYK 0.99 0 0.88 0.22
HSL 126.36º 0.98% 0.4% -
HSV(B) 126.36º 0.99% 0.78% -
XYZ 20.83 41.38 7.7 -
YUV 120.62 72.9 43.39 -
System Red Green Blue C M Y K H S L
Decimal 2 200 23 0.99 0 0.88 0.22 126.36 0.98 0.4
Hex 2 C8 17 63 0 58 16 7E 62 28
Octal 2 310 27 143 0 130 26 176 142 50
Binary 10 11001000 10111 1100011 0 1011000 10110 1111110 1100010 101000

Color Harmonies of #02C817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C817

Black with #02C817

Text Example


Text Example

White with #02C817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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