Html Css Color HEX #02C241 Dark Pastel Green

📋 copy color: '#02C241'

red 2 ◦ green 194 ◦ blue 65

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

Shades of Dark Pastel Green #02C241

Tints of Dark Pastel Green #02C241

RGB

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

 GREEN value IS 194 (76.17% from 255) = 74.33%

 BLUE value IS 65 (25.78% from 255) = 24.9%

R = 0.77%
G = 74.33%
B = 24.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#02C241 (or 0x02C241) is known color: Dark Pastel Green. HEX triplet: 02, C2 and 41. RGB value is (2,194,65). Sum of RGB (Red+Green+Blue) = 2+194+65=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 194 (76.17% from 255 or 74.33% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 194 - color contains mainly: green. Hex color #02C241 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C241 is #FD3DBE. Grayscale: #7A7A7A. Windows color (decimal): -16596415 or 4309506. OLE color: 4309506.

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

Color convert

RGB 2 194 65 -
CMYK 0.99 0 0.66 0.24
HSL 139.69º 0.98% 0.38% -
HSV(B) 139.69º 0.99% 0.76% -
XYZ 20.27 38.98 11.46 -
YUV 121.89 95.89 42.49 -
System Red Green Blue C M Y K H S L
Decimal 2 194 65 0.99 0 0.66 0.24 139.69 0.98 0.38
Hex 2 C2 41 63 0 42 18 8C 62 26
Octal 2 302 101 143 0 102 30 214 142 46
Binary 10 11000010 1000001 1100011 0 1000010 11000 10001100 1100010 100110

Color Harmonies of #02C241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C241

Black with #02C241

Text Example


Text Example

White with #02C241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,194,65); }

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

background-color css

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

 a { background-color: rgb(2,194,65); }

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

border-color css

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

 span { border-color: rgb(2,194,65); }

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