Html Css Color HEX #02C353 Dark Pastel Green

📋 copy color: '#02C353'

red 2 ◦ green 195 ◦ blue 83

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

Shades of Dark Pastel Green #02C353

Tints of Dark Pastel Green #02C353

RGB

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

 GREEN value IS 195 (76.56% from 255) = 69.64%

 BLUE value IS 83 (32.81% from 255) = 29.64%

R = 0.71%
G = 69.64%
B = 29.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#02C353 (or 0x02C353) is known color: Dark Pastel Green. HEX triplet: 02, C3 and 53. RGB value is (2,195,83). Sum of RGB (Red+Green+Blue) = 2+195+83=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 195 (76.56% from 255 or 69.64% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 195 - color contains mainly: green. Hex color #02C353 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C353 is #FD3CAC. Grayscale: #7C7C7C. Windows color (decimal): -16596141 or 5489410. OLE color: 5489410.

HSL color Cylindrical-coordinate representation of color #02C353: hue angle of 145.18º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C353 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 195 83 -
CMYK 0.99 0 0.57 0.24
HSL 145.18º 0.98% 0.39% -
HSV(B) 145.18º 0.99% 0.76% -
XYZ 21.1 39.67 14.73 -
YUV 124.53 104.56 40.61 -
System Red Green Blue C M Y K H S L
Decimal 2 195 83 0.99 0 0.57 0.24 145.18 0.98 0.39
Hex 2 C3 53 63 0 39 18 91 62 27
Octal 2 303 123 143 0 71 30 221 142 47
Binary 10 11000011 1010011 1100011 0 111001 11000 10010001 1100010 100111

Color Harmonies of #02C353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C353

Black with #02C353

Text Example


Text Example

White with #02C353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,195,83); }

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

background-color css

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

 a { background-color: rgb(2,195,83); }

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

border-color css

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

 span { border-color: rgb(2,195,83); }

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