Html Css Color HEX #02CE41 Dark Pastel Green

📋 copy color: '#02CE41'

red 2 ◦ green 206 ◦ blue 65

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

Shades of Dark Pastel Green #02CE41

Tints of Dark Pastel Green #02CE41

RGB

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

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

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

R = 0.73%
G = 75.46%
B = 23.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#02CE41 (or 0x02CE41) is known color: Dark Pastel Green. HEX triplet: 02, CE and 41. RGB value is (2,206,65). Sum of RGB (Red+Green+Blue) = 2+206+65=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 206 (80.86% from 255 or 75.46% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CE41 is #FD31BE. Grayscale: #818181. Windows color (decimal): -16593343 or 4312578. OLE color: 4312578.

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

Color convert

RGB 2 206 65 -
CMYK 0.99 0 0.68 0.19
HSL 138.53º 0.98% 0.41% -
HSV(B) 138.53º 0.99% 0.81% -
XYZ 23.05 44.54 12.38 -
YUV 128.93 91.91 37.46 -
System Red Green Blue C M Y K H S L
Decimal 2 206 65 0.99 0 0.68 0.19 138.53 0.98 0.41
Hex 2 CE 41 63 0 44 13 8B 62 29
Octal 2 316 101 143 0 104 23 213 142 51
Binary 10 11001110 1000001 1100011 0 1000100 10011 10001011 1100010 101001

Color Harmonies of #02CE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CE41

Black with #02CE41

Text Example


Text Example

White with #02CE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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