Html Css Color HEX #02C541 Dark Pastel Green

📋 copy color: '#02C541'

red 2 ◦ green 197 ◦ blue 65

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

Shades of Dark Pastel Green #02C541

Tints of Dark Pastel Green #02C541

RGB

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

 GREEN value IS 197 (77.34% from 255) = 74.62%

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

R = 0.76%
G = 74.62%
B = 24.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#02C541 (or 0x02C541) is known color: Dark Pastel Green. HEX triplet: 02, C5 and 41. RGB value is (2,197,65). Sum of RGB (Red+Green+Blue) = 2+197+65=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 197 (77.34% from 255 or 74.62% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 197 - color contains mainly: green. Hex color #02C541 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C541 is #FD3ABE. Grayscale: #7B7B7B. Windows color (decimal): -16595647 or 4310274. OLE color: 4310274.

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

Color convert

RGB 2 197 65 -
CMYK 0.99 0 0.67 0.23
HSL 139.38º 0.98% 0.39% -
HSV(B) 139.38º 0.99% 0.77% -
XYZ 20.95 40.33 11.68 -
YUV 123.65 94.9 41.23 -
System Red Green Blue C M Y K H S L
Decimal 2 197 65 0.99 0 0.67 0.23 139.38 0.98 0.39
Hex 2 C5 41 63 0 43 17 8B 62 27
Octal 2 305 101 143 0 103 27 213 142 47
Binary 10 11000101 1000001 1100011 0 1000011 10111 10001011 1100010 100111

Color Harmonies of #02C541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C541

Black with #02C541

Text Example


Text Example

White with #02C541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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