Html Css Color HEX #02BC4E Dark Pastel Green

📋 copy color: '#02BC4E'

red 2 ◦ green 188 ◦ blue 78

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

Shades of Dark Pastel Green #02BC4E

Tints of Dark Pastel Green #02BC4E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 70.15%

 BLUE value IS 78 (30.86% from 255) = 29.1%

R = 0.75%
G = 70.15%
B = 29.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#02BC4E (or 0x02BC4E) is known color: Dark Pastel Green. HEX triplet: 02, BC and 4E. RGB value is (2,188,78). Sum of RGB (Red+Green+Blue) = 2+188+78=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 188 (73.83% from 255 or 70.15% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BC4E is #FD43B1. Grayscale: #787878. Windows color (decimal): -16597938 or 5159938. OLE color: 5159938.

HSL color Cylindrical-coordinate representation of color #02BC4E: hue angle of 144.52º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BC4E is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 188 78 -
CMYK 0.99 0 0.59 0.26
HSL 144.52º 0.98% 0.37% -
HSV(B) 144.52º 0.99% 0.74% -
XYZ 19.38 36.53 13.24 -
YUV 119.85 104.38 43.94 -
System Red Green Blue C M Y K H S L
Decimal 2 188 78 0.99 0 0.59 0.26 144.52 0.98 0.37
Hex 2 BC 4E 63 0 3B 1A 91 62 25
Octal 2 274 116 143 0 73 32 221 142 45
Binary 10 10111100 1001110 1100011 0 111011 11010 10010001 1100010 100101

Color Harmonies of #02BC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BC4E

Black with #02BC4E

Text Example


Text Example

White with #02BC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,188,78); }

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

background-color css

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

 a { background-color: rgb(2,188,78); }

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

border-color css

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

 span { border-color: rgb(2,188,78); }

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