Html Css Color HEX #02DC30 Dark Pastel Green

📋 copy color: '#02DC30'

red 2 ◦ green 220 ◦ blue 48

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

Shades of Dark Pastel Green #02DC30

Tints of Dark Pastel Green #02DC30

RGB

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

 GREEN value IS 220 (86.33% from 255) = 81.48%

 BLUE value IS 48 (19.14% from 255) = 17.78%

R = 0.74%
G = 81.48%
B = 17.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#02DC30 (or 0x02DC30) is known color: Dark Pastel Green. HEX triplet: 02, DC and 30. RGB value is (2,220,48). Sum of RGB (Red+Green+Blue) = 2+220+48=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 220 (86.33% from 255 or 81.48% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DC30 is #FD23CF. Grayscale: #878787. Windows color (decimal): -16589776 or 3202050. OLE color: 3202050.

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

Color convert

RGB 2 220 48 -
CMYK 0.99 0 0.78 0.14
HSL 132.66º 0.98% 0.44% -
HSV(B) 132.66º 0.99% 0.86% -
XYZ 26.15 51.41 11.34 -
YUV 135.21 78.78 32.99 -
System Red Green Blue C M Y K H S L
Decimal 2 220 48 0.99 0 0.78 0.14 132.66 0.98 0.44
Hex 2 DC 30 63 0 4E E 85 62 2C
Octal 2 334 60 143 0 116 16 205 142 54
Binary 10 11011100 110000 1100011 0 1001110 1110 10000101 1100010 101100

Color Harmonies of #02DC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DC30

Black with #02DC30

Text Example


Text Example

White with #02DC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,220,48); }

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

background-color css

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

 a { background-color: rgb(2,220,48); }

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

border-color css

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

 span { border-color: rgb(2,220,48); }

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