#02C21B

Color #02C21B Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #02C21B

Tints of Dark Pastel Green #02C21B

Color information

#02C21B (or 0x02C21B) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C2 and 1B. RGB value is (2,194,27). Sum of RGB (Red+Green+Blue) = 2+194+27=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 194 (76.17% from 255 or 87.00% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 194 - color contains mainly: green. Hex color #02C21B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C21B is #FD3DE4. Grayscale: #767676. Windows color (decimal): -16596453 or 1819138. OLE color: 1819138.

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

Color convert

RGB219427-
CMYK0.9900.860.24
HSL127.81º97.96%38.43%-
HSV(B)127.81º98.97%76.08%-
XYZ19.5138.687.47-
YUV117.5576.8945.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 194 (76.17% from 255) = 87.00%
BLUE value IS 27 (10.94% from 255) = 12.11%
R=0.90%
G=87.00%
B=12.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2194270.9900.860.24127.8197.9638.43
Hex2C21B6305618806226
Octal23023314301263020014246
Binary10110000101101111000110101011011000100000001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02C21B;
 }
 .AnyTagClassName
 {
   color: #02C21B;
 }
</style>
background-color css

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

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

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

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

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

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