Html Css Color HEX #02E030 Dark Pastel Green

📋 copy color: '#02E030'

red 2 ◦ green 224 ◦ blue 48

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

Shades of Dark Pastel Green #02E030

Tints of Dark Pastel Green #02E030

RGB

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

 GREEN value IS 224 (87.89% from 255) = 81.75%

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

R = 0.73%
G = 81.75%
B = 17.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#02E030 (or 0x02E030) is known color: Dark Pastel Green. HEX triplet: 02, E0 and 30. RGB value is (2,224,48). Sum of RGB (Red+Green+Blue) = 2+224+48=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 224 (87.89% from 255 or 81.75% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 224 - color contains mainly: green. Hex color #02E030 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E030 is #FD1FCF. Grayscale: #8A8A8A. Windows color (decimal): -16588752 or 3203074. OLE color: 3203074.

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

Color convert

RGB 2 224 48 -
CMYK 0.99 0 0.79 0.12
HSL 132.43º 0.98% 0.44% -
HSV(B) 132.43º 0.99% 0.88% -
XYZ 27.21 53.54 11.7 -
YUV 137.56 77.45 31.31 -
System Red Green Blue C M Y K H S L
Decimal 2 224 48 0.99 0 0.79 0.12 132.43 0.98 0.44
Hex 2 E0 30 63 0 4F C 84 62 2C
Octal 2 340 60 143 0 117 14 204 142 54
Binary 10 11100000 110000 1100011 0 1001111 1100 10000100 1100010 101100

Color Harmonies of #02E030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E030

Black with #02E030

Text Example


Text Example

White with #02E030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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