Html Css Color HEX #02DE2A Dark Pastel Green

📋 copy color: '#02DE2A'

red 2 ◦ green 222 ◦ blue 42

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

Shades of Dark Pastel Green #02DE2A

Tints of Dark Pastel Green #02DE2A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 83.46%

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 0.75%
G = 83.46%
B = 15.79%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#02DE2A (or 0x02DE2A) is known color: Dark Pastel Green. HEX triplet: 02, DE and 2A. RGB value is (2,222,42). Sum of RGB (Red+Green+Blue) = 2+222+42=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 222 (87.11% from 255 or 83.46% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 222 - color contains mainly: green. Hex color #02DE2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DE2A is #FD21D5. Grayscale: #888888. Windows color (decimal): -16589270 or 2809346. OLE color: 2809346.

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

Color convert

RGB 2 222 42 -
CMYK 0.99 0 0.81 0.13
HSL 130.91º 0.98% 0.44% -
HSV(B) 130.91º 0.99% 0.87% -
XYZ 26.56 52.42 10.91 -
YUV 135.7 75.11 32.64 -
System Red Green Blue C M Y K H S L
Decimal 2 222 42 0.99 0 0.81 0.13 130.91 0.98 0.44
Hex 2 DE 2A 63 0 51 D 83 62 2C
Octal 2 336 52 143 0 121 15 203 142 54
Binary 10 11011110 101010 1100011 0 1010001 1101 10000011 1100010 101100

Color Harmonies of #02DE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DE2A

Black with #02DE2A

Text Example


Text Example

White with #02DE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,222,42); }

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

background-color css

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

 a { background-color: rgb(2,222,42); }

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

border-color css

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

 span { border-color: rgb(2,222,42); }

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