Html Css Color HEX #02C911 Dark Pastel Green

📋 copy color: '#02C911'

red 2 ◦ green 201 ◦ blue 17

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

Shades of Dark Pastel Green #02C911

Tints of Dark Pastel Green #02C911

RGB

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

 GREEN value IS 201 (78.91% from 255) = 91.36%

 BLUE value IS 17 (7.03% from 255) = 7.73%

R = 0.91%
G = 91.36%
B = 7.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#02C911 (or 0x02C911) is known color: Dark Pastel Green. HEX triplet: 02, C9 and 11. RGB value is (2,201,17). Sum of RGB (Red+Green+Blue) = 2+201+17=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 201 (78.91% from 255 or 91.36% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 201 - color contains mainly: green. Hex color #02C911 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C911 is #FD36EE. Grayscale: #797979. Windows color (decimal): -16594671 or 1165570. OLE color: 1165570.

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

Color convert

RGB 2 201 17 -
CMYK 0.99 0 0.92 0.21
HSL 124.52º 0.98% 0.4% -
HSV(B) 124.52º 0.99% 0.79% -
XYZ 21.01 41.83 7.5 -
YUV 120.52 69.57 43.46 -
System Red Green Blue C M Y K H S L
Decimal 2 201 17 0.99 0 0.92 0.21 124.52 0.98 0.4
Hex 2 C9 11 63 0 5C 15 7D 62 28
Octal 2 311 21 143 0 134 25 175 142 50
Binary 10 11001001 10001 1100011 0 1011100 10101 1111101 1100010 101000

Color Harmonies of #02C911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C911

Black with #02C911

Text Example


Text Example

White with #02C911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,201,17); }

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

background-color css

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

 a { background-color: rgb(2,201,17); }

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

border-color css

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

 span { border-color: rgb(2,201,17); }

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