#02BC1E

Color #02BC1E Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #02BC1E

Tints of Dark Pastel Green #02BC1E

Color information

#02BC1E (or 0x02BC1E) is unknown color: approx Dark Pastel Green. HEX triplet: 02, BC and 1E. RGB value is (2,188,30). Sum of RGB (Red+Green+Blue) = 2+188+30=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 188 (73.83% from 255 or 85.45% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BC1E is #FD43E1. Grayscale: #727272. Windows color (decimal): -16597986 or 2014210. OLE color: 2014210.

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

Color convert

RGB218830-
CMYK0.9900.840.26
HSL129.03º97.89%37.25%-
HSV(B)129.03º98.94%73.73%-
XYZ18.2436.077.23-
YUV114.3780.3847.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 188 (73.83% from 255) = 85.45%
BLUE value IS 30 (12.11% from 255) = 13.64%
R=0.91%
G=85.45%
B=13.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal2188300.9900.840.26129.0397.8937.25
Hex2BC1E630541A816225
Octal22743614301243220114245
Binary10101111001111011000110101010011010100000011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02BC1E;
 }
 .AnyTagClassName
 {
   color: #02BC1E;
 }
</style>
background-color css

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

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

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

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

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

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