Html Css Color HEX #02C41E Dark Pastel Green

📋 copy color: '#02C41E'

red 2 ◦ green 196 ◦ blue 30

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

Shades of Dark Pastel Green #02C41E

Tints of Dark Pastel Green #02C41E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 85.96%

 BLUE value IS 30 (12.11% from 255) = 13.16%

R = 0.88%
G = 85.96%
B = 13.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#02C41E (or 0x02C41E) is known color: Dark Pastel Green. HEX triplet: 02, C4 and 1E. RGB value is (2,196,30). Sum of RGB (Red+Green+Blue) = 2+196+30=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 196 (76.95% from 255 or 85.96% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 196 - color contains mainly: green. Hex color #02C41E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C41E is #FD3BE1. Grayscale: #777777. Windows color (decimal): -16595938 or 2016258. OLE color: 2016258.

HSL color Cylindrical-coordinate representation of color #02C41E: hue angle of 128.66º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C41E is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 2 196 30 -
CMYK 0.99 0 0.85 0.23
HSL 128.66º 0.98% 0.39% -
HSV(B) 128.66º 0.99% 0.77% -
XYZ 20 39.59 7.82 -
YUV 119.07 77.73 44.5 -
System Red Green Blue C M Y K H S L
Decimal 2 196 30 0.99 0 0.85 0.23 128.66 0.98 0.39
Hex 2 C4 1E 63 0 55 17 81 62 27
Octal 2 304 36 143 0 125 27 201 142 47
Binary 10 11000100 11110 1100011 0 1010101 10111 10000001 1100010 100111

Color Harmonies of #02C41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C41E

Black with #02C41E

Text Example


Text Example

White with #02C41E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,196,30); }

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

background-color css

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

 a { background-color: rgb(2,196,30); }

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

border-color css

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

 span { border-color: rgb(2,196,30); }

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