Html Css Color HEX #02BC41 Dark Pastel Green

📋 copy color: '#02BC41'

red 2 ◦ green 188 ◦ blue 65

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

Shades of Dark Pastel Green #02BC41

Tints of Dark Pastel Green #02BC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.49%

R = 0.78%
G = 73.73%
B = 25.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#02BC41 (or 0x02BC41) is known color: Dark Pastel Green. HEX triplet: 02, BC and 41. RGB value is (2,188,65). Sum of RGB (Red+Green+Blue) = 2+188+65=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 188 (73.83% from 255 or 73.73% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BC41 is #FD43BE. Grayscale: #767676. Windows color (decimal): -16597951 or 4307970. OLE color: 4307970.

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

Color convert

RGB 2 188 65 -
CMYK 0.99 0 0.65 0.26
HSL 140.32º 0.98% 0.37% -
HSV(B) 140.32º 0.99% 0.74% -
XYZ 18.96 36.36 11.02 -
YUV 118.36 97.88 45 -
System Red Green Blue C M Y K H S L
Decimal 2 188 65 0.99 0 0.65 0.26 140.32 0.98 0.37
Hex 2 BC 41 63 0 41 1A 8C 62 25
Octal 2 274 101 143 0 101 32 214 142 45
Binary 10 10111100 1000001 1100011 0 1000001 11010 10001100 1100010 100101

Color Harmonies of #02BC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BC41

Black with #02BC41

Text Example


Text Example

White with #02BC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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