Html Css Color HEX #02BC23 Dark Pastel Green

📋 copy color: '#02BC23'

red 2 ◦ green 188 ◦ blue 35

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

Shades of Dark Pastel Green #02BC23

Tints of Dark Pastel Green #02BC23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.56%

R = 0.89%
G = 83.56%
B = 15.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#02BC23 (or 0x02BC23) is known color: Dark Pastel Green. HEX triplet: 02, BC and 23. RGB value is (2,188,35). Sum of RGB (Red+Green+Blue) = 2+188+35=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 188 (73.83% from 255 or 83.56% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BC23 is #FD43DC. Grayscale: #737373. Windows color (decimal): -16597981 or 2341890. OLE color: 2341890.

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

Color convert

RGB 2 188 35 -
CMYK 0.99 0 0.81 0.26
HSL 130.65º 0.98% 0.37% -
HSV(B) 130.65º 0.99% 0.74% -
XYZ 18.31 36.1 7.59 -
YUV 114.94 82.88 47.44 -
System Red Green Blue C M Y K H S L
Decimal 2 188 35 0.99 0 0.81 0.26 130.65 0.98 0.37
Hex 2 BC 23 63 0 51 1A 83 62 25
Octal 2 274 43 143 0 121 32 203 142 45
Binary 10 10111100 100011 1100011 0 1010001 11010 10000011 1100010 100101

Color Harmonies of #02BC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BC23

Black with #02BC23

Text Example


Text Example

White with #02BC23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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