Html Css Color HEX #02BC17 Dark Pastel Green

📋 copy color: '#02BC17'

red 2 ◦ green 188 ◦ blue 23

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

Shades of Dark Pastel Green #02BC17

Tints of Dark Pastel Green #02BC17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.8%

R = 0.94%
G = 88.26%
B = 10.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#02BC17 (or 0x02BC17) is known color: Dark Pastel Green. HEX triplet: 02, BC and 17. RGB value is (2,188,23). Sum of RGB (Red+Green+Blue) = 2+188+23=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 188 (73.83% from 255 or 88.26% from 213); Blue value is 23 (9.38% from 255 or 10.80% from 213); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BC17 is #FD43E8. Grayscale: #727272. Windows color (decimal): -16597993 or 1555458. OLE color: 1555458.

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

Color convert

RGB 2 188 23 -
CMYK 0.99 0 0.88 0.26
HSL 126.77º 0.98% 0.37% -
HSV(B) 126.77º 0.99% 0.74% -
XYZ 18.16 36.04 6.81 -
YUV 113.58 76.88 48.42 -
System Red Green Blue C M Y K H S L
Decimal 2 188 23 0.99 0 0.88 0.26 126.77 0.98 0.37
Hex 2 BC 17 63 0 58 1A 7F 62 25
Octal 2 274 27 143 0 130 32 177 142 45
Binary 10 10111100 10111 1100011 0 1011000 11010 1111111 1100010 100101

Color Harmonies of #02BC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BC17

Black with #02BC17

Text Example


Text Example

White with #02BC17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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