Html Css Color HEX #02BC31 Dark Pastel Green

📋 copy color: '#02BC31'

red 2 ◦ green 188 ◦ blue 49

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

Shades of Dark Pastel Green #02BC31

Tints of Dark Pastel Green #02BC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.5%

R = 0.84%
G = 78.66%
B = 20.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#02BC31 (or 0x02BC31) is known color: Dark Pastel Green. HEX triplet: 02, BC and 31. RGB value is (2,188,49). Sum of RGB (Red+Green+Blue) = 2+188+49=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 188 (73.83% from 255 or 78.66% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BC31 is #FD43CE. Grayscale: #747474. Windows color (decimal): -16597967 or 3259394. OLE color: 3259394.

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

Color convert

RGB 2 188 49 -
CMYK 0.99 0 0.74 0.26
HSL 135.16º 0.98% 0.37% -
HSV(B) 135.16º 0.99% 0.74% -
XYZ 18.56 36.2 8.91 -
YUV 116.54 89.88 46.3 -
System Red Green Blue C M Y K H S L
Decimal 2 188 49 0.99 0 0.74 0.26 135.16 0.98 0.37
Hex 2 BC 31 63 0 4A 1A 87 62 25
Octal 2 274 61 143 0 112 32 207 142 45
Binary 10 10111100 110001 1100011 0 1001010 11010 10000111 1100010 100101

Color Harmonies of #02BC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BC31

Black with #02BC31

Text Example


Text Example

White with #02BC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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