#02CE2E

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

Shades of Dark Pastel Green #02CE2E

Tints of Dark Pastel Green #02CE2E

Color information

#02CE2E (or 0x02CE2E) is unknown color: approx Dark Pastel Green. HEX triplet: 02, CE and 2E. RGB value is (2,206,46). Sum of RGB (Red+Green+Blue) = 2+206+46=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 206 (80.86% from 255 or 81.10% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CE2E is #FD31D1. Grayscale: #7F7F7F. Windows color (decimal): -16593362 or 3067394. OLE color: 3067394.

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

Color convert

RGB220646-
CMYK0.9900.780.19
HSL132.94º98.08%40.78%-
HSV(B)132.94º99.03%80.78%-
XYZ22.5944.359.96-
YUV126.7682.4139.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 206 (80.86% from 255) = 81.10%
BLUE value IS 46 (18.36% from 255) = 18.11%
R=0.79%
G=81.10%
B=18.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2206460.9900.780.19132.9498.0840.78
Hex2CE2E6304E13856229
Octal23165614301162320514251
Binary101100111010111011000110100111010011100001011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02CE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,206,46); }

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

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

 a { background-color: rgb(2,206,46); }

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

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

 span { border-color: rgb(2,206,46); }

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