Html Css Color HEX #02C84B Dark Pastel Green

📋 copy color: '#02C84B'

red 2 ◦ green 200 ◦ blue 75

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

Shades of Dark Pastel Green #02C84B

Tints of Dark Pastel Green #02C84B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 72.2%

 BLUE value IS 75 (29.69% from 255) = 27.08%

R = 0.72%
G = 72.2%
B = 27.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#02C84B (or 0x02C84B) is known color: Dark Pastel Green. HEX triplet: 02, C8 and 4B. RGB value is (2,200,75). Sum of RGB (Red+Green+Blue) = 2+200+75=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 200 (78.52% from 255 or 72.20% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 200 - color contains mainly: green. Hex color #02C84B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C84B is #FD37B4. Grayscale: #7E7E7E. Windows color (decimal): -16594869 or 4966402. OLE color: 4966402.

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

Color convert

RGB 2 200 75 -
CMYK 0.99 0 0.62 0.22
HSL 142.12º 0.98% 0.4% -
HSV(B) 142.12º 0.99% 0.78% -
XYZ 21.95 41.83 13.57 -
YUV 126.55 98.9 39.16 -
System Red Green Blue C M Y K H S L
Decimal 2 200 75 0.99 0 0.62 0.22 142.12 0.98 0.4
Hex 2 C8 4B 63 0 3E 16 8E 62 28
Octal 2 310 113 143 0 76 26 216 142 50
Binary 10 11001000 1001011 1100011 0 111110 10110 10001110 1100010 101000

Color Harmonies of #02C84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C84B

Black with #02C84B

Text Example


Text Example

White with #02C84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,200,75); }

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

background-color css

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

 a { background-color: rgb(2,200,75); }

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

border-color css

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

 span { border-color: rgb(2,200,75); }

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