Html Css Color HEX #02C254 Dark Pastel Green

📋 copy color: '#02C254'

red 2 ◦ green 194 ◦ blue 84

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

Shades of Dark Pastel Green #02C254

Tints of Dark Pastel Green #02C254

RGB

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

 GREEN value IS 194 (76.17% from 255) = 69.29%

 BLUE value IS 84 (33.2% from 255) = 30%

R = 0.71%
G = 69.29%
B = 30%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#02C254 (or 0x02C254) is known color: Dark Pastel Green. HEX triplet: 02, C2 and 54. RGB value is (2,194,84). Sum of RGB (Red+Green+Blue) = 2+194+84=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 194 (76.17% from 255 or 69.29% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 194 - color contains mainly: green. Hex color #02C254 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C254 is #FD3DAB. Grayscale: #7C7C7C. Windows color (decimal): -16596396 or 5554690. OLE color: 5554690.

HSL color Cylindrical-coordinate representation of color #02C254: hue angle of 145.62º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C254 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 194 84 -
CMYK 0.99 0 0.57 0.24
HSL 145.63º 0.98% 0.38% -
HSV(B) 145.63º 0.99% 0.76% -
XYZ 20.92 39.24 14.86 -
YUV 124.05 105.39 40.94 -
System Red Green Blue C M Y K H S L
Decimal 2 194 84 0.99 0 0.57 0.24 145.63 0.98 0.38
Hex 2 C2 54 63 0 39 18 92 62 26
Octal 2 302 124 143 0 71 30 222 142 46
Binary 10 11000010 1010100 1100011 0 111001 11000 10010010 1100010 100110

Color Harmonies of #02C254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C254

Black with #02C254

Text Example


Text Example

White with #02C254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,194,84); }

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

background-color css

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

 a { background-color: rgb(2,194,84); }

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

border-color css

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

 span { border-color: rgb(2,194,84); }

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