Html Css Color HEX #02BC2E Dark Pastel Green

📋 copy color: '#02BC2E'

red 2 ◦ green 188 ◦ blue 46

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

Shades of Dark Pastel Green #02BC2E

Tints of Dark Pastel Green #02BC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.49%

R = 0.85%
G = 79.66%
B = 19.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#02BC2E (or 0x02BC2E) is known color: Dark Pastel Green. HEX triplet: 02, BC and 2E. RGB value is (2,188,46). Sum of RGB (Red+Green+Blue) = 2+188+46=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 188 (73.83% from 255 or 79.66% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BC2E is #FD43D1. Grayscale: #747474. Windows color (decimal): -16597970 or 3062786. OLE color: 3062786.

HSL color Cylindrical-coordinate representation of color #02BC2E: hue angle of 134.19º 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 #02BC2E is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 188 46 -
CMYK 0.99 0 0.76 0.26
HSL 134.19º 0.98% 0.37% -
HSV(B) 134.19º 0.99% 0.74% -
XYZ 18.5 36.18 8.59 -
YUV 116.2 88.38 46.55 -
System Red Green Blue C M Y K H S L
Decimal 2 188 46 0.99 0 0.76 0.26 134.19 0.98 0.37
Hex 2 BC 2E 63 0 4C 1A 86 62 25
Octal 2 274 56 143 0 114 32 206 142 45
Binary 10 10111100 101110 1100011 0 1001100 11010 10000110 1100010 100101

Color Harmonies of #02BC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BC2E

Black with #02BC2E

Text Example


Text Example

White with #02BC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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