Html Css Color HEX #02CE2E Dark Pastel Green

📋 copy color: '#02CE2E'

red 2 ◦ green 206 ◦ blue 46

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

Shades of Dark Pastel Green #02CE2E

Tints of Dark Pastel Green #02CE2E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 81.1%

 BLUE value IS 46 (18.36% from 255) = 18.11%

R = 0.79%
G = 81.1%
B = 18.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#02CE2E (or 0x02CE2E) is known color: 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

RGB 2 206 46 -
CMYK 0.99 0 0.78 0.19
HSL 132.94º 0.98% 0.41% -
HSV(B) 132.94º 0.99% 0.81% -
XYZ 22.59 44.35 9.96 -
YUV 126.76 82.41 39.01 -
System Red Green Blue C M Y K H S L
Decimal 2 206 46 0.99 0 0.78 0.19 132.94 0.98 0.41
Hex 2 CE 2E 63 0 4E 13 85 62 29
Octal 2 316 56 143 0 116 23 205 142 51
Binary 10 11001110 101110 1100011 0 1001110 10011 10000101 1100010 101001

Color Harmonies of #02CE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CE2E

Black with #02CE2E

Text Example


Text Example

White with #02CE2E

Text Example


Text Example

HTML Codes & Css Web 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>