Html Css Color HEX #02BC19 Dark Pastel Green

📋 copy color: '#02BC19'

red 2 ◦ green 188 ◦ blue 25

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

Shades of Dark Pastel Green #02BC19

Tints of Dark Pastel Green #02BC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.63%

R = 0.93%
G = 87.44%
B = 11.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#02BC19 (or 0x02BC19) is known color: Dark Pastel Green. HEX triplet: 02, BC and 19. RGB value is (2,188,25). Sum of RGB (Red+Green+Blue) = 2+188+25=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 188 (73.83% from 255 or 87.44% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BC19 is #FD43E6. Grayscale: #727272. Windows color (decimal): -16597991 or 1686530. OLE color: 1686530.

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

Color convert

RGB 2 188 25 -
CMYK 0.99 0 0.87 0.26
HSL 127.42º 0.98% 0.37% -
HSV(B) 127.42º 0.99% 0.74% -
XYZ 18.18 36.05 6.92 -
YUV 113.8 77.88 48.25 -
System Red Green Blue C M Y K H S L
Decimal 2 188 25 0.99 0 0.87 0.26 127.42 0.98 0.37
Hex 2 BC 19 63 0 57 1A 7F 62 25
Octal 2 274 31 143 0 127 32 177 142 45
Binary 10 10111100 11001 1100011 0 1010111 11010 1111111 1100010 100101

Color Harmonies of #02BC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BC19

Black with #02BC19

Text Example


Text Example

White with #02BC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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